Skip to content

New version 4.0.0-beta.77 Read more https://github.com/xdan/jodit/blo… #212

New version 4.0.0-beta.77 Read more https://github.com/xdan/jodit/blo…

New version 4.0.0-beta.77 Read more https://github.com/xdan/jodit/blo… #212

Workflow file for this run

name: Generate site
on:
push:
branches: [main]
pull_request:
branches: [main]
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" }'