Skip to content

Commit 1cb4aee

Browse files
committed
js Build was missing
1 parent 9384ed4 commit 1cb4aee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hugo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
uses: actions/configure-pages@v4
5151
- name: Install Node.js dependencies
5252
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
53-
- name: Build Tailwind CSS
54-
run: npm run build:css
53+
- name: Build CSS and JS bundles
54+
run: npm run build
5555
- name: Build with Hugo
5656
env:
5757
# For maximum backward compatibility with Hugo modules

0 commit comments

Comments
 (0)