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.
2 parents 3c2d1cd + b03888f commit 7b48815Copy full SHA for 7b48815
.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