Skip to content

Commit b03888f

Browse files
invalidate cache
1 parent 29ee0a8 commit b03888f

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
@@ -50,6 +50,11 @@ jobs:
5050
local-dir: /home/ubuntu/DDNDoc/_site/
5151
server-dir: /www.dynamsoft.com/document-normalizer/docs/core/
5252

53+
- name: Trigger Webhook
54+
run: |
55+
curl -X POST -H "${{ secrets.WEBHOOK_USER }}" -H "${{ secrets.WEBHOOK_TOKEN }}" -H "Content-Type: application/json" -d "[\"/document-normalizer/docs/core/*\"]" ${{ secrets.WEBHOOK_URL }}
56+
57+
5358
Build-Preview:
5459
if: ${{ github.ref == 'refs/heads/preview' }}
5560
# The type of runner that the job will run on

0 commit comments

Comments
 (0)