Skip to content

Commit

Permalink
Merge branch 'dev' into feat/deploy-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu authored Sep 15, 2024
2 parents 532f4b7 + 966b227 commit 6f0b9c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:

- name: Checkout Code
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -41,4 +42,4 @@ jobs:
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
vercel-args: '--prod --confirm'
working-directory: '.'
working-directory: '.'

0 comments on commit 6f0b9c9

Please sign in to comment.