Skip to content

Commit

Permalink
wf change
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianleh committed Feb 15, 2024
1 parent baabdef commit 741fa02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-git-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
node-version: 20.x
cache: yarn
- name: install dependencies
run: yarn install --frozen-lockfile --non-interactive
#run: yarn install --frozen-lockfile --non-interactive
run: yarn install --no-lockfile
- name: Build
run: yarn build
- name: Setup Pages
Expand Down

0 comments on commit 741fa02

Please sign in to comment.