We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10e9037 + b530415 commit ec65f2dCopy full SHA for ec65f2d
.github/workflows/publish-apidocs.yml
@@ -1,8 +1,8 @@
1
name: Generate API docs and publish to Github Pages
2
3
env:
4
- BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE master"
5
- VERSIONLIST: "3.11 4.00 4.01 4.02 master"
+ BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE master"
+ VERSIONLIST: "3.11 4.00 4.01 4.02 4.03 master"
6
7
on:
8
schedule:
0 commit comments