Skip to content

New version 4.2.21 Read more https://github.com/xdan/jodit/blob/main/… #435

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

New version 4.2.21 Read more https://github.com/xdan/jodit/blob/main/… #435

Workflow file for this run

name: Generate site
on:
push:
branches: [main]
tags-ignore:
- '*'
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Trigger generate site 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-pro-home/dispatches --data '{"event_type": "opened" }'