Skip to content

Commit

Permalink
Update build_docs test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorus authored Nov 13, 2023
1 parent 17c084f commit 9e6dd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
cache: "pip"

- name: Install Dependencies
run: pip install markdown mkdocs mkdocs-material mkdocstrings mkdocs-autorefs lightgallery mkdocstrings-python
run: pip install -r docs/requirements.txt

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

- name: Build
run: python3.10 -m mkdocs build -f ./mkdocs.yml
working-directory: ./CAD_Sketcher
working-directory: ./CAD_Sketcher

0 comments on commit 9e6dd08

Please sign in to comment.