Skip to content

Commit

Permalink
Update pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ForwardFeed authored Nov 14, 2024
1 parent 99e7070 commit 6e764ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
cache-dependency-path: ui/package-lock.json
node-version: 20
cache: 'npm'
- name: wtf
run: pwd
- name: Install dependencies
run: cd ui && npm ci
run: npm ci
- name: Build
run: npm run build
- name: Setup Pages
Expand Down

0 comments on commit 6e764ba

Please sign in to comment.