Skip to content

Commit

Permalink
invalidate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DMGithubPublisher committed Aug 30, 2023
1 parent a4cac63 commit ba91686
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ jobs:
cd DLSDoc && bundle exec jekyll build
python3 /home/ubuntu/ftp.py /home/ubuntu/DLSDoc/_site/ ./www.dynamsoft.com/license-server/docs/ prod
- name: Trigger Webhook
run: |
curl -X POST -H "${{ secrets.WEBHOOK_USER }}" -H "${{ secrets.WEBHOOK_TOKEN }}" -H "Content-Type: application/json" -d "[\"/license-server/docs/*\"]" ${{ secrets.WEBHOOK_URL }}

0 comments on commit ba91686

Please sign in to comment.