build docs

This commit is contained in:
Fischer Moseley
2023-03-14 16:24:56 -04:00
parent a6e7aa287d
commit 7bb53d616b
2 changed files with 24 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: build_docs
on:
push:
branches:
- main
- rearch
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: mkdocs gh-deploy --force