xref: /plugin/simplenavi/.github/workflows/dokuwiki.yml (revision b10b4664a313d958ea445418f6edb76a56ff01dc)
1*b10b4664SAndreas Gohrname: DokuWiki Default Tasks
2*b10b4664SAndreas Gohron:
3*b10b4664SAndreas Gohr  push:
4*b10b4664SAndreas Gohr  pull_request:
5*b10b4664SAndreas Gohr  schedule:
6*b10b4664SAndreas Gohr    - cron: '14 4 18 * *'
7*b10b4664SAndreas Gohr
8*b10b4664SAndreas Gohr
9*b10b4664SAndreas Gohrjobs:
10*b10b4664SAndreas Gohr  all:
11*b10b4664SAndreas Gohr    uses: dokuwiki/github-action/.github/workflows/all.yml@main
12