We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eed1f6 commit 24afb97Copy full SHA for 24afb97
.github/workflows/check-links.yaml
@@ -21,6 +21,9 @@ jobs:
21
hugo-version: latest
22
extended: true
23
24
+ - name: npm install
25
+ run: npm install --save-dev autoprefixer && npm install --save-dev postcss-cli && npm install -D postcss
26
+
27
- name: Build
28
run: hugo --minify
29
0 commit comments