Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix working-directory
Browse files Browse the repository at this point in the history
chibicode committed Jan 9, 2025

Verified

This commit was signed with the committer’s verified signature.
Moritzoni Moritz
1 parent 3e50220 commit b7aeed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
VERCEL_TOKEN: ${{ secrets.VERCEL_EXAMPLES_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_EXAMPLES_ORG_ID }}

- working-directory: ./examples/nextjs
- working-directory: ./vercel-tutor
run: |
vc deploy --debug --token $VERCEL_TOKEN --yes --prod --prebuilt --archive=tgz
env:

0 comments on commit b7aeed5

Please sign in to comment.