feat: Adds Network Packet Documentation (#2302)

This commit is contained in:
Kamron Batman 2026-01-01 17:52:56 -08:00 committed by GitHub
parent ec287d7691
commit 1a7c94a442
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
60 changed files with 24753 additions and 22 deletions

View file

@ -10,18 +10,31 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force
- name: Extract commands web file
- 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: |
7z x ./docs/commands/commands.7z -o./docs/commands
rm ./docs/commands/commands.7z
- name: Deploy commands file
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: ./docs/commands
clean: false
force: false
folder: ./site
branch: gh-pages
clean: true
clean-exclude: |
.nojekyll