Skip to content

Commit

Permalink
CD to correct folder for npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danjjl committed Nov 18, 2024
1 parent 35de79a commit f8dc53a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/3-build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
node-version: '20'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: |
cd website/themes/blowfish
npm ci
- name: Build
run: |
cd website
Expand Down

0 comments on commit f8dc53a

Please sign in to comment.