Skip to content

Commit e92eb01

Browse files
committed
feat: enable build of develop docs
1 parent c110749 commit e92eb01

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/action/entrypoint.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ main() {
8282
rm orientdb-book/.git -rf
8383
mv orientdb-book/ ../public/docs/3.2.x/
8484

85+
echo "building docs for develop"
86+
git switch develop
87+
mdbook build
88+
rm orientdb-book/.git -rf
89+
mv orientdb-book/ ../public/docs/develop/
90+
8591
cd ../
8692
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
8793

0 commit comments

Comments
 (0)