We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f08bc2 commit db53b71Copy full SHA for db53b71
.github/workflows/hugo.yml
@@ -47,7 +47,9 @@ jobs:
47
id: pages
48
uses: actions/configure-pages@v5
49
- name: Install Node.js dependencies
50
- run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
+ run: npm install
51
+ - name: Build CSS with Tailwind
52
+ run: npm run build:css
53
- name: Build with Hugo
54
env:
55
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
0 commit comments