We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a569759 commit c1fb3fbCopy full SHA for c1fb3fb
1 file changed
.github/workflows/docs-publish-to-gh-pages.yml
@@ -38,7 +38,7 @@ jobs:
38
cache-dependency-path: requirements-docs.txt
39
40
- name: Install MkDocs and dependencies
41
- run: pip install --only-binary :all: -r requirements-docs.txt
+ run: "pip install --only-binary :all: -r requirements-docs.txt"
42
43
- name: Build static site with MkDocs
44
run: mkdocs build --strict --site-dir ${{ env.BUILD_OUTPUT_WORKING_DIR }}
0 commit comments