Skip to content

Commit d1de57e

Browse files
authored
Update deploy.yml
1 parent 67300c9 commit d1de57e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
id: pages
5050
uses: actions/configure-pages@v5
5151
- name: Install Node.js dependencies
52-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
52+
run: |
53+
"[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
54+
npm i -D postcss postcss-cli autoprefixer
5355
- name: Build with Hugo
5456
env:
5557
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

0 commit comments

Comments
 (0)