Skip to content

Commit cc33546

Browse files
invalidate cache
1 parent e141059 commit cc33546

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/full-site-build.yml

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

0 commit comments

Comments
 (0)