Skip to content

Commit

Permalink
Fixed documentation workflow to use local versions
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Feb 3, 2024
1 parent 5e6f2a1 commit bcad9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install Python dependencies
run: |
pip install mkdocs-material
pip install mkdocs-material[recommended,git,imaging]
pip install .[recommended,git,imaging]
- name: Install Insiders build
if: github.event.repository.fork == false
Expand Down

0 comments on commit bcad9ce

Please sign in to comment.