Skip to content

Commit 56a7f1b

Browse files
authored
Update gh-pages.yml
Adds the autoprefixer tool to the GitHub Actions configuration.
1 parent e72a18a commit 56a7f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
extended: true
2323

2424
- name: Install Dependencies
25-
run: npm install -g postcss postcss-cli
25+
run: npm install autoprefixer postcss postcss-cli
2626

2727
- name: Build
2828
run: hugo --minify

0 commit comments

Comments
 (0)