Skip to content

Commit 6e75ae7

Browse files
authored
chore: run vercel CLI from root (#118)
1 parent 89e7c9e commit 6e75ae7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/website-release-deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
env:
1818
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
1919
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
20-
defaults:
21-
run:
22-
working-directory: website
2320
steps:
2421
- name: Checkout code
2522
uses: actions/checkout@v4
@@ -32,6 +29,7 @@ jobs:
3229
cache-dependency-path: website/package-lock.json
3330

3431
- name: Install dependencies
32+
working-directory: website
3533
run: npm ci
3634

3735
- name: Install Vercel CLI

0 commit comments

Comments
 (0)