Add docs-specific requirements

This commit is contained in:
Christopher C. Wells 2022-05-28 13:27:36 -07:00
parent 8a4479be8f
commit 8e33033e26
2 changed files with 4 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
uses: mhausenblas/mkdocs-deploy-gh-pages@master uses: mhausenblas/mkdocs-deploy-gh-pages@master
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REQUIREMENTS: docs/requirements.txt
# deploy: # deploy:
# needs: test # needs: test
# runs-on: ubuntu-latest # runs-on: ubuntu-latest

3
docs/requirements.txt Normal file
View File

@ -0,0 +1,3 @@
-i https://pypi.python.org/simple
mkdocs==1.3.0
mkdocs-material==8.2.15