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