Skip to content

Commit 14456bf

Browse files
update ai4s_universal_platform branch for gh-page
1 parent 288a2fc commit 14456bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- release/1.1
88
- release/1.2
99
- release/1.2.1
10+
- ai4s_universal_platform
1011
permissions:
1112
contents: write
1213
jobs:
@@ -51,6 +52,9 @@ jobs:
5152
elif [ "$BRANCH" == "release/1.0" ]; then
5253
ALIAS_VERSION="release-1.0"
5354
mike deploy --push --update-aliases $ALIAS_VERSION
55+
elif [ "$BRANCH" == "ai4s_universal_platform" ]; then
56+
ALIAS_VERSION="ai4s_universal_platform"
57+
mike deploy --push --update-aliases $ALIAS_VERSION
5458
fi
5559
5660
mike set-default --push latest

0 commit comments

Comments
 (0)