Skip to content

Commit e141059

Browse files
invalidate cache
1 parent 962aa9d commit e141059

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
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

0 commit comments

Comments
 (0)