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 5cbe801 commit 8a311a3
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 -r ./docs/requirements.txt
run: pip install -r ./CAD_Sketcher/docs/requirements.txt

- 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 8a311a3

Please sign in to comment.