Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
fix preview deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukuro committed Jan 2, 2024
1 parent 99a2493 commit 0799ab1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,10 @@ jobs:
run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --cwd ./testenv

- name: Deploy Project Artifacts to Vercel
if: ${{ github.ref == 'refs/heads/master' }}
run: vercel deploy --prebuilt --token=${{ secrets.VERCEL_TOKEN }} --cwd ./testenv

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./testenv/public

0 comments on commit 0799ab1

Please sign in to comment.