revert 84c91bf7e16f5cf2f629d8d38124d1967755f247 (#13214) #173
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docs | |
on: | |
push: | |
paths: | |
- "docs/**" | |
- "CONTRIBUTING.md" | |
branches: | |
- main | |
jobs: | |
deploy: | |
name: Deploy | |
runs-on: ubuntu-latest | |
if: ${{ github.repository_owner == 'oven-sh' }} | |
steps: | |
# redeploy Vercel site when a file in `docs` changes | |
# using VERCEL_DEPLOY_HOOK environment variable | |
- name: Trigger Webhook | |
run: | | |
curl -v ${{ secrets.VERCEL_DEPLOY_HOOK }} |