Skip to content

Commit

Permalink
Update permissions for /var/log directory in docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icarosadero committed Apr 28, 2024
1 parent 04e7a96 commit 86b9c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc3 pip
- run: pip install -r requirements.txt
- run: sudo chmod 777 /var/log
# ADJUST THIS: build your documentation into docs/.
# We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here.
- run: pdoc -o docs/ pyduino
Expand Down

0 comments on commit 86b9c71

Please sign in to comment.