Skip to content

Commit

Permalink
Fix mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Velocet authored May 17, 2024
1 parent a357414 commit 8bf687e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Pip Upgrade
continue-on-error: true
run: python -m pip install --upgrade --no-inputpip
run: python -m pip install --upgrade --no-input pip
- name: MkDocs Setup
continue-on-error: true
run: pip install --upgrade --no-input mkdocs-material
Expand Down

0 comments on commit 8bf687e

Please sign in to comment.