Skip to content

Commit

Permalink
Merge branch '7.5' into 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Nov 14, 2024
2 parents 0a19895 + 6d0ff04 commit 52de34b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ make_single_version_site() {
# go into the dir so all paths in the zip are relative to generated_site_dir
pushd "${generated_site_dir}"

# We are creating a zip for offline use so remove any remote import calls
remove_remote_calls

echo -e "${GREEN}Creating single site zip" \
Expand Down Expand Up @@ -601,6 +602,10 @@ prepare_for_release() {

# pushd so all paths in the zip are relative to this dir
pushd "${NEW_GH_PAGES_DIR}"

# We are creating a zip for offline use so remove any remote import calls
remove_remote_calls

# Exclude the individual version zip/pdfs from the combined zip
# Exclude arg needs to go after zip filename and target(s)
# We have the 'latest' symlink so add that to the zip as a link
Expand Down

0 comments on commit 52de34b

Please sign in to comment.