xref: /plugin/farmer/.github/workflows/dokuwiki.yml (revision 83ef0d71ee7a79727a8dac5e9f5981d2a4b79825)
1name: DokuWiki Default Tasks
2on:
3  push:
4  pull_request:
5  schedule:
6    - cron: '35 0 19 * *'
7
8
9jobs:
10  all:
11    uses: dokuwiki/github-action/.github/workflows/all.yml@main
12