Skip to content

Commit

Permalink
Enforce minimal mkdocs version
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorus authored Nov 13, 2023
1 parent 587bded commit ac37874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
cache: "pip"

- name: Install Dependencies
run: pip install markdown mkdocs mkdocs-material mkdocstrings mkdocs-autorefs lightgallery mkdocstrings-python
run: pip install markdown 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

- name: Deploy
run: python3.10 -m mkdocs gh-deploy -f ./mkdocs.yml --force
working-directory: ./CAD_Sketcher
working-directory: ./CAD_Sketcher

0 comments on commit ac37874

Please sign in to comment.