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 5dc73e1 + 9f5f0ba commit b3e629bCopy full SHA for b3e629b
.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