Skip to content

Commit 05fd42f

Browse files
Fix permissions issue in ci.yml
1 parent f623169 commit 05fd42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
mkdocs-material-
2727
- run: pip install mkdocs-material
2828
- run: pip install mkdocs-material[imaging]
29-
- run: apt-get install pngquant
29+
- run: sudo apt-get install pngquant
3030
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)