Skip to content

Commit

Permalink
Merge branch 'main' into pr
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn authored Aug 5, 2024
2 parents 54e37c4 + 9e3a4ee commit 5575932
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_later.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
- name: install vercel cli
run: npm install -g vercel
- name: pull vercel project
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
run: vercel pull --token ${{ secrets.VERCEL }} --yes --cwd js/website
- name: deploy site
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
run: vercel deploy --prebuilt --token ${{ secrets.VERCEL }} --yes --cwd js/website

0 comments on commit 5575932

Please sign in to comment.