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 2f1df90 commit 9f5f0baCopy full SHA for 9f5f0ba
.github/workflows/main.yml
@@ -55,6 +55,11 @@ jobs:
55
local-dir: /home/ubuntu/DCPDocJS/_site/
56
server-dir: /www.dynamsoft.com/code-parser/docs/web/
57
58
+ - name: Trigger Webhook
59
+ run: |
60
+ curl -X POST -H "${{ secrets.WEBHOOK_USER }}" -H "${{ secrets.WEBHOOK_TOKEN }}" -H "Content-Type: application/json" -d "[\"/code-parser/docs/web/*\"]" ${{ secrets.WEBHOOK_URL }}
61
+
62
63
Build-Preview:
64
if: ${{ github.ref == 'refs/heads/preview' }}
65
# The type of runner that the job will run on
0 commit comments