Skip to content

Commit

Permalink
npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon committed Nov 16, 2024
1 parent c5c5640 commit eacf11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install && npm run build-ghpages
- run: npm ci && npm run build-ghpages
working-directory: app
- name: build_app
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit eacf11d

Please sign in to comment.