1name: DokuWiki Default Tasks 2on: 3 push: 4 pull_request: 5 schedule: 6 - cron: '0 5 1 * *' # run on the first of every month at 5am UTC 7 8permissions: 9 contents: write 10 11jobs: 12 all: 13 uses: dokuwiki/github-action/.github/workflows/all.yml@main 14