Skip to content

Commit

Permalink
fix: updates dependency install
Browse files Browse the repository at this point in the history
  • Loading branch information
DrackThor committed Apr 12, 2024
1 parent 0367856 commit abb9165
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
node-version: 18
cache: yarn

- name: Debug
run: pwd && ls -l
- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm ci
- name: Build website
run: yarn build

Expand Down

0 comments on commit abb9165

Please sign in to comment.