chore: Removes docs (#2397)

This commit is contained in:
Kamron Batman 2026-03-29 20:45:51 -07:00 committed by GitHub
parent 4698299ea7
commit 7c8d02e63a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
90 changed files with 0 additions and 25845 deletions

View file

@ -1,40 +0,0 @@
name: Updates Docs
on:
repository_dispatch:
types: [docs]
workflow_dispatch:
jobs:
update-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: 3.x
- name: Install mkdocs-material
run: pip install mkdocs-material
- name: Build mkdocs site
run: mkdocs build --strict
- name: Build packets documentation
shell: pwsh
run: ./docs/tools/build-packets.ps1
- name: Copy commands and packets to site
run: |
cp ./docs/commands/commands.html ./site/
cp ./docs/packets/packets.html ./site/
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./site
branch: gh-pages
clean: true
clean-exclude: |
.nojekyll