Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moonpic authored Jun 18, 2024
1 parent 260db06 commit 3a16bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
needs: deploy-api
defaults:
run:
working-directory: "website"
working-directory: "src"

permissions:
contents: read
Expand All @@ -68,7 +68,7 @@ jobs:
with:
version: 8
run_install: false
package_json_file: "website/package-lock.json"
package_json_file: "src/package-lock.json"

- name: Get pnpm store directory
shell: bash
Expand Down

0 comments on commit 3a16bf7

Please sign in to comment.