Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-apidocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Generate API docs and publish to Github Pages

env:
BRANCHLIST: "MOODLE_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE master"
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"

on:
schedule:
Expand Down