We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1de57e commit 27dd2dcCopy full SHA for 27dd2dc
.github/workflows/deploy.yml
@@ -49,9 +49,7 @@ jobs:
49
id: pages
50
uses: actions/configure-pages@v5
51
- 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
+ run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true; npm i -D postcss postcss-cli autoprefixer"
55
- name: Build with Hugo
56
env:
57
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments