10000
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 1edd2bc commit e6edd17Copy full SHA for e6edd17
.github/workflows/hugo.yaml
@@ -50,7 +50,11 @@ jobs:
50
uses: actions/configure-pages@v4
51
- name: Install Node.js dependencies
52
working-directory: ./docsy
53
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
+ 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
58
- name: Build with Hugo
59
env:
60
# For maximum backward compatibility with Hugo modules
0 commit comments