We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5801f51 commit 96df3e7Copy full SHA for 96df3e7
.github/workflows/dokuwiki.yml
@@ -0,0 +1,11 @@
1
+name: DokuWiki Default Tasks
2
+on:
3
+ push:
4
+ pull_request:
5
+ schedule:
6
+ - cron: '52 14 24 * *'
7
+
8
9
+jobs:
10
+ all:
11
+ uses: dokuwiki/github-action/.github/workflows/all.yml@main
0 commit comments