Skip to content

Commit db53b71

Browse files
committed
fix workflow
1 parent 5f08bc2 commit db53b71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
id: pages
4848
uses: actions/configure-pages@v5
4949
- name: Install Node.js dependencies
50-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
50+
run: npm install
51+
- name: Build CSS with Tailwind
52+
run: npm run build:css
5153
- name: Build with Hugo
5254
env:
5355
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

0 commit comments

Comments
 (0)