Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Jan 22, 2025
2 parents e592637 + e8185d8 commit 7e68cf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,7 @@ jobs:
if: github.ref == 'refs/heads/main'
env:
VERCEL_PUBLISH_TOKEN: ${{ secrets.VERCEL_PUBLISH_TOKEN }}
run: vercel website --prod --yes -t $VERCEL_PUBLISH_TOKEN || echo 'ignore errors'
run: |
npm i -g vercel
vercel --version
vercel website --prod --yes -t $VERCEL_PUBLISH_TOKEN || echo 'ignore errors'
1 change: 1 addition & 0 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 9
- run: npm i -g vercel
- run: vercel --version
- name: Build
run: |
Expand Down

0 comments on commit 7e68cf6

Please sign in to comment.