Skip to content

Commit e72a18a

Browse files
authored
Update gh-pages.yml
Adds PostCSS tooling to the GitHub Actions configuration file.
1 parent 3f15756 commit e72a18a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
hugo-version: 'latest'
2222
extended: true
23+
24+
- name: Install Dependencies
25+
run: npm install -g postcss postcss-cli
2326

2427
- name: Build
2528
run: hugo --minify

0 commit comments

Comments
 (0)