Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hanakla committed Nov 11, 2023
1 parent 17d1b38 commit 33e6635
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/building/action.yml
Original file line number Diff line number Diff line change
@@ -26,5 +26,5 @@ runs:

- name: Build (web)
shell: bash
working-directory: ./pkgs/web
working-directory: ./pkgs/web2
run: yarn build
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -24,9 +24,8 @@ jobs:
- name: Deploying to Vercel
uses: amondnet/vercel-action@v25.1.1
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} #
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
vercel-args: '--prod'
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
vercel-org-id: ${{ secrets.VERCEL_ORG_ID}}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}}
working-directory: ./pkgs/web2

0 comments on commit 33e6635

Please sign in to comment.