Skip to content

Commit

Permalink
package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceacc committed Apr 19, 2024
1 parent 5230fac commit 1a3945c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
node-version: 18.x
cache: yarn
cache-dependency-path: "./package-lock.json"
cache-dependency-path: "/package-lock.json"
- name: Install dependencies
run: yarn install --frozen-lockfile --non-interactive
- name: Build
Expand Down

0 comments on commit 1a3945c

Please sign in to comment.