mirror of https://github.com/snachodog/mybuddy.git
Add docs-specific requirements
This commit is contained in:
parent
8a4479be8f
commit
8e33033e26
|
@ -70,6 +70,7 @@ jobs:
|
|||
uses: mhausenblas/mkdocs-deploy-gh-pages@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
REQUIREMENTS: docs/requirements.txt
|
||||
# deploy:
|
||||
# needs: test
|
||||
# runs-on: ubuntu-latest
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
-i https://pypi.python.org/simple
|
||||
mkdocs==1.3.0
|
||||
mkdocs-material==8.2.15
|
Loading…
Reference in New Issue