Skip to content

Commit

Permalink
fix: missing install
Browse files Browse the repository at this point in the history
  • Loading branch information
akanoce committed Jan 21, 2024
1 parent cffd78c commit bdadc9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Build React App
run: yarn build:ci
env:
Expand Down

0 comments on commit bdadc9e

Please sign in to comment.