Skip to content

Commit

Permalink
Update permission
Browse files Browse the repository at this point in the history
  • Loading branch information
maerkl24 committed Oct 29, 2023
1 parent 12cf3ab commit 87ed4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install hockeygameclock and development tools
run: pdm install -dG doc
- name: Install Graphviz (needed by PlantUML)
run: apt-get install graphviz
run: sudo apt-get install graphviz
- name: Run Sphinx
run: |
cd docs
Expand Down

0 comments on commit 87ed4fe

Please sign in to comment.