Skip to content

New version 4.9.1 Read more https://github.com/xdan/jodit/blob/main/C… #750

New version 4.9.1 Read more https://github.com/xdan/jodit/blob/main/C…

New version 4.9.1 Read more https://github.com/xdan/jodit/blob/main/C… #750

Workflow file for this run

name: Generate documentation
on:
push:
branches: [main]
tags-ignore: [ '*' ]
jobs:
docs:
if: ${{ !startsWith(github.event.head_commit.message, 'New version') }}
runs-on: ubuntu-latest
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": "newversion" }'