Skip to content

Commit 27dd2dc

Browse files
authored
Update deploy.yml
1 parent d1de57e commit 27dd2dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

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

0 commit comments

Comments
 (0)