Skip to content

Commit

Permalink
ci(framework) Fix CI docs deployment (#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Dec 11, 2024
1 parent 91b07b3 commit e3c97f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/docs/build-versioned-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ END
cd $(git rev-parse --show-toplevel)
done

cd framework/docs

# Build the main version (main for GH CI, local branch for local)
if [ $GITHUB_ACTIONS ]
then
Expand All @@ -113,6 +111,8 @@ else
git checkout --force $current_branch
fi

cd framework/docs

current_version=main
export current_version
for current_language in ${languages}; do
Expand Down

0 comments on commit e3c97f0

Please sign in to comment.