Skip to content

Commit e6edd17

Browse files
authored
fix: hugo post css (#2395)
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 1edd2bc commit e6edd17

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/hugo.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@ jobs:
5050
uses: actions/configure-pages@v4
5151
- name: Install Node.js dependencies
5252
working-directory: ./docsy
53-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
53+
run: |
54+
[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true
55+
npm install -D autoprefixer
56+
npm install -D postcss-cli
57+
npm install -D postcss
5458
- name: Build with Hugo
5559
env:
5660
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)