Skip to content

Commit 338c143

Browse files
chore(workflow): enable vercel deploy hook
1 parent 8c6bd42 commit 338c143

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ jobs:
2525
git diff --cached --quiet || git commit -m "chore(content): sync docs submodule [skip ci]"
2626
git push
2727
28-
# go back later
29-
# - name: Trigger Vercel deploy
30-
# run: curl -X POST "${{ secrets.VERCEL_DEPLOY_HOOK }}"
28+
- name: Trigger Vercel deploy
29+
run: curl -X POST "${{ secrets.VERCEL_DEPLOY_HOOK }}"

0 commit comments

Comments
 (0)