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 8803552 commit 9874650Copy full SHA for 9874650
.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_39_STABLE MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE main"
5
- VERSIONLIST: "3.9 3.11 4.00 4.1 4.2 4.3 main"
+ BRANCHLIST: "MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE main"
+ VERSIONLIST: "4.1 4.2 4.3 main"
6
7
on:
8
schedule:
0 commit comments