We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f0b64 commit c2edd17Copy full SHA for c2edd17
.github/workflows/vercel.yml
@@ -59,6 +59,10 @@ jobs:
59
id: deploy
60
run: vercel ${{ github.ref_name == 'master' && '--prod' || 'deploy' }} --prebuilt --token=${{ secrets.VERCEL_TOKEN }} | awk '{print "deployment_url="$1}' >> $GITHUB_OUTPUT
61
62
+ - name: Trigger docs.hiro.so deployment
63
+ if: github.ref_name == 'master'
64
+ run: curl -X POST ${{ secrets.VERCEL_DOCS_DEPLOY_HOOK_URL }}
65
+
66
- name: Add comment with Vercel deployment URL
67
if: ${{ github.event_name == 'pull_request' }}
68
uses: thollander/actions-comment-pull-request@v2
0 commit comments