Skip to content

Commit

Permalink
ci(workflows): add install deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jun 24, 2024
1 parent d7e1f06 commit 9f072a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Install deps
run: npm ci

- name: Build
run: npm run build

Expand Down

0 comments on commit 9f072a4

Please sign in to comment.