Skip to content

Commit ecd0c8e

Browse files
authored
Fix ci install pngquant user (#15)
1 parent 2e0528d commit ecd0c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
path: .cache
2626
restore-keys: |
2727
mkdocs-material-
28-
- run: apt-get install pngquant
28+
- run: sudo apt-get install pngquant
2929
- run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
3030
- run: mkdocs gh-deploy --force
3131
env:

0 commit comments

Comments
 (0)