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
|
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
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
-i https://pypi.python.org/simple
|
||||||
|
mkdocs==1.3.0
|
||||||
|
mkdocs-material==8.2.15
|
Loading…
Reference in New Issue