Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorus authored Nov 13, 2023
1 parent 8442e2c commit d30a55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
cache: "pip"

- name: Install Dependencies
run: pip install markdown<=3.3.7 mkdocs>=1.3.1 mkdocs-material mkdocstrings mkdocs-autorefs lightgallery mkdocstrings-python
run: pip install "markdown<=3.3.7" "mkdocs>=1.3.1" mkdocs-material mkdocstrings mkdocs-autorefs lightgallery mkdocstrings-python

- name: Set Pythonpath
run: echo "PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE/blender-git/blender/release/scripts/modules:$GITHUB_WORKSPACE" >> $GITHUB_ENV
Expand Down

0 comments on commit d30a55d

Please sign in to comment.