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 29ee0a8 commit b03888fCopy full SHA for b03888f
.github/workflows/main.yml
@@ -50,6 +50,11 @@ jobs:
50
local-dir: /home/ubuntu/DDNDoc/_site/
51
server-dir: /www.dynamsoft.com/document-normalizer/docs/core/
52
53
+ - name: Trigger Webhook
54
+ run: |
55
+ curl -X POST -H "${{ secrets.WEBHOOK_USER }}" -H "${{ secrets.WEBHOOK_TOKEN }}" -H "Content-Type: application/json" -d "[\"/document-normalizer/docs/core/*\"]" ${{ secrets.WEBHOOK_URL }}
56
+
57
58
Build-Preview:
59
if: ${{ github.ref == 'refs/heads/preview' }}
60
# The type of runner that the job will run on
0 commit comments