File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 4343 port : 21
4444 local-dir : /home/ubuntu/DWTDoc/_site/
4545 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+
4651
4752 Build-Preview :
4853 if : ${{ github.ref == 'refs/heads/preview' }}
Original file line number Diff line number Diff line change 4747 local-dir : /home/ubuntu/DWTDoc/_site/
4848 server-dir : /www.dynamsoft.com/web-twain/docs/
4949
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+
5055 Build-Preview :
5156 if : ${{ github.ref == 'refs/heads/preview' }}
5257 # The type of runner that the job will run on
You can’t perform that action at this time.
0 commit comments