Skip to content

Commit 6394565

Browse files
committed
fix: postcss nosudo
1 parent 1bea257 commit 6394565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Dart Sass
4141
run: sudo snap install dart-sass
4242
- name: Install PostCSS CLI and plugins
43-
run: sudo npm install postcss postcss-cli autoprefixer --save-dev
43+
run: npm install postcss postcss-cli autoprefixer --save-dev
4444
- name: Checkout
4545
uses: actions/checkout@v4
4646
with:

0 commit comments

Comments
 (0)