Skip to content

Commit c1fb3fb

Browse files
committed
Fix workflow
1 parent a569759 commit c1fb3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-publish-to-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache-dependency-path: requirements-docs.txt
3939

4040
- name: Install MkDocs and dependencies
41-
run: pip install --only-binary :all: -r requirements-docs.txt
41+
run: "pip install --only-binary :all: -r requirements-docs.txt"
4242

4343
- name: Build static site with MkDocs
4444
run: mkdocs build --strict --site-dir ${{ env.BUILD_OUTPUT_WORKING_DIR }}

0 commit comments

Comments
 (0)