Skip to content

Commit 8c7d467

Browse files
Install PostCSS in CI
1 parent 6672f4f commit 8c7d467

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
# https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data
3434
cache-dependency-path: '**/package-lock.json'
3535

36+
- name: Install PostCSS
37+
run: npm install postcss-cli
38+
3639
- name: Build
3740
run: hugo --minify
3841

0 commit comments

Comments
 (0)