Skip to content

Commit beb11be

Browse files
authored
Merge pull request #7 from junpataleta/405_versions
Add 4.5 to the version list
2 parents 8e5f75c + e8a2138 commit beb11be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-apidocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Generate API docs and publish to Github Pages
22

33
env:
4-
BRANCHLIST: "MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE MOODLE_404_STABLE main"
5-
VERSIONLIST: "4.1 4.2 4.3 4.4 main"
4+
BRANCHLIST: "MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE MOODLE_404_STABLE MOODLE_405_STABLE main"
5+
VERSIONLIST: "4.1 4.2 4.3 4.4 4.5 main"
66

77
on:
88
schedule:

0 commit comments

Comments
 (0)