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 67300c9 commit d1de57eCopy full SHA for d1de57e
.github/workflows/deploy.yml
@@ -49,7 +49,9 @@ jobs:
49
id: pages
50
uses: actions/configure-pages@v5
51
- name: Install Node.js dependencies
52
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
+ run: |
53
+ "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
54
+ npm i -D postcss postcss-cli autoprefixer
55
- name: Build with Hugo
56
env:
57
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments