We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a6555 commit ccd0673Copy full SHA for ccd0673
.github/workflows/publish-docs.yml
@@ -11,5 +11,5 @@ jobs:
11
- uses: actions/setup-python@v2
12
with:
13
python-version: 3.x
14
- - run: pip install requirements/build-docs.txt
+ - run: pip install -r requirements/build-docs.txt
15
- run: mkdocs gh-deploy --force
0 commit comments