Skip to content

Commit

Permalink
ci: fix website workflow (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecotne authored Mar 17, 2022
1 parent 6b38fb3 commit 73a1156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/www.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
deploy-vercel:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: amondnet/vercel-action@v20
- uses: getsynth/checkout@v2
- uses: getsynth/vercel-action@v20
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-args: --prod
Expand Down

0 comments on commit 73a1156

Please sign in to comment.