We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8602fff commit b05c29cCopy full SHA for b05c29c
.github/workflows/publish-docs.yml
@@ -13,5 +13,5 @@ jobs:
13
- uses: actions/setup-python@v4
14
with:
15
python-version: 3.x
16
- - run: pip install -r requirements/build-docs.txt
+ - run: pip install -r docs/requirements.txt
17
- run: mkdocs gh-deploy --force
0 commit comments