Skip to content

Commit

Permalink
Merge pull request #3 from junpataleta/404_versions
Browse files Browse the repository at this point in the history
Add build for 404 and more
  • Loading branch information
andrewnicols authored Jun 10, 2024
2 parents fe7b2ec + 03ae7ad commit 9e77fa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 MOODLE_403_STABLE master"
VERSIONLIST: "3.11 4.00 4.01 4.02 4.03 master"
BRANCHLIST: "MOODLE_401_STABLE MOODLE_402_STABLE MOODLE_403_STABLE MOODLE_404_STABLE main"
VERSIONLIST: "4.01 4.02 4.03 4.04 main"

on:
schedule:
Expand Down
4 changes: 2 additions & 2 deletions scripts/generate_api_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SCRIPTSDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ROOT="$( cd "$( dirname "${SCRIPTSDIR}" )" && pwd )"
PHPDOCROOT="${ROOT}/phpdocs"

VERSIONLIST=(${VERSIONLIST[@]:-master})
BRANCHLIST=(${BRANCHLIST[@]:-master})
VERSIONLIST=(${VERSIONLIST[@]:-main})
BRANCHLIST=(${BRANCHLIST[@]:-main})

mkdir -p build
echo "============================================================================"
Expand Down

0 comments on commit 9e77fa7

Please sign in to comment.