chore: Removes docs (#2397)
This commit is contained in:
parent
4698299ea7
commit
7c8d02e63a
90 changed files with 0 additions and 25845 deletions
40
.github/workflows/update-docs.yml
vendored
40
.github/workflows/update-docs.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue