File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Generate API docs and publish to Github Pages
2
2
3
3
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 "
6
6
7
7
on :
8
8
schedule :
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ SCRIPTSDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
5
5
ROOT=" $( cd " $( dirname " ${SCRIPTSDIR} " ) " && pwd ) "
6
6
PHPDOCROOT=" ${ROOT} /phpdocs"
7
7
8
- VERSIONLIST=(${VERSIONLIST[@]:- master } )
9
- BRANCHLIST=(${BRANCHLIST[@]:- master } )
8
+ VERSIONLIST=(${VERSIONLIST[@]:- main } )
9
+ BRANCHLIST=(${BRANCHLIST[@]:- main } )
10
10
11
11
mkdir -p build
12
12
echo " ============================================================================"
You can’t perform that action at this time.
0 commit comments