Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 5, 2024
1 parent 3f59a6e commit e2bafe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_later.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node-version: "18"
- name: install vercel cli
run: npm install -g vercel
- name: pull vercel secrets
run: vercel pull --token ${{ secrets.VERCEL }}
- name: pull vercel project
run: vercel pull --token ${{ secrets.VERCEL }} --yes
- name: deploy site
run: vercel deploy --prebuilt

0 comments on commit e2bafe2

Please sign in to comment.