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 e141059 commit cc33546Copy full SHA for cc33546
.github/workflows/full-site-build.yml
@@ -43,6 +43,11 @@ jobs:
43
port: 21
44
local-dir: /home/ubuntu/DWTDoc/_site/
45
server-dir: /www.dynamsoft.com/web-twain/docs/
46
+
47
+ - name: Trigger Webhook
48
+ run: |
49
+ curl -X POST -H "${{ secrets.WEBHOOK_USER }}" -H "${{ secrets.WEBHOOK_TOKEN }}" -H "Content-Type: application/json" -d "[\"/web-twain/docs/*\"]" ${{ secrets.WEBHOOK_URL }}
50
51
52
Build-Preview:
53
if: ${{ github.ref == 'refs/heads/preview' }}
0 commit comments