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 f64cfe2 + ae41382 commit 54e37c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_later.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: install vercel cli
run: npm install -g vercel
- name: pull vercel project
run: vercel pull --token ${{ secrets.VERCEL }} --yes
run: vercel pull --token ${{ secrets.VERCEL }} --yes --cwd js/website
- name: deploy site
run: vercel deploy --prebuilt --token ${{ secrets.VERCEL }} --yes --cwd js/website

0 comments on commit 54e37c4

Please sign in to comment.