Skip to content

Commit

Permalink
Update jodit-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Feb 3, 2025
1 parent ae6fbe9 commit cf7ce96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
steps:
- name: Trigger documentation hook
run: |
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept:application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/xdan/jodit-autodoc/dispatches --data '{"event_type": "opened" }'
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept:application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/xdan/jodit-autodoc/dispatches --data '{"event_type": "newversion" }'

0 comments on commit cf7ce96

Please sign in to comment.