Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 24afb97

Browse files
committedMar 12, 2024·
npm install
Signed-off-by: chipzoller <chipzoller@gmail.com>
1 parent 1eed1f6 commit 24afb97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/check-links.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
hugo-version: latest
2222
extended: true
2323

24+
- name: npm install
25+
run: npm install --save-dev autoprefixer && npm install --save-dev postcss-cli && npm install -D postcss
26+
2427
- name: Build
2528
run: hugo --minify
2629

0 commit comments

Comments
 (0)
Please sign in to comment.