build docs

This commit is contained in:
Fischer Moseley 2023-03-09 16:26:45 -05:00
parent a6e7aa287d
commit 7bb53d616b
2 changed files with 24 additions and 0 deletions

22
.github/workflows/build_docs vendored Normal file
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

2
mkdocs.yml Normal file
View File

@ -0,0 +1,2 @@
theme:
name: material