Skip to content

Commit 9e77fa7

Browse files
authored
Merge pull request #3 from junpataleta/404_versions
Add build for 404 and more
2 parents fe7b2ec + 03ae7ad commit 9e77fa7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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_311_STABLE MOODLE_400_STABLE MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE master"
5-
VERSIONLIST: "3.11 4.00 4.01 4.02 4.03 master"
4+
BRANCHLIST: "MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE MOODLE_404_STABLE main"
5+
VERSIONLIST: "4.01 4.02 4.03 4.04 main"
66

77
on:
88
schedule:

scripts/generate_api_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ SCRIPTSDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55
ROOT="$( cd "$( dirname "${SCRIPTSDIR}" )" && pwd )"
66
PHPDOCROOT="${ROOT}/phpdocs"
77

8-
VERSIONLIST=(${VERSIONLIST[@]:-master})
9-
BRANCHLIST=(${BRANCHLIST[@]:-master})
8+
VERSIONLIST=(${VERSIONLIST[@]:-main})
9+
BRANCHLIST=(${BRANCHLIST[@]:-main})
1010

1111
mkdir -p build
1212
echo "============================================================================"

0 commit comments

Comments
 (0)