Skip to content

Commit

Permalink
Fix pages build
Browse files Browse the repository at this point in the history
  • Loading branch information
x0k committed Oct 24, 2024
1 parent e2d49cf commit 77cd747
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ jobs:
with:
node-version: 22
cache: 'npm'
cache-dependency-path: web/package-lock.json

- name: Go to web folder
run: cd web

- name: Install dependencies
run: npm install
run: npm ci

- name: Build
run: npm run build
Expand Down

0 comments on commit 77cd747

Please sign in to comment.