We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3ade8 commit 553d142Copy full SHA for 553d142
ci_build.sh
@@ -483,8 +483,11 @@ prepare_release_artefacts() {
483
pushd "${NEW_GH_PAGES_DIR}"
484
# Exclude the individual version zip/pdfs from the combined zip
485
# Exclude arg needs to go after zip filename and target(s)
486
+ # We have the 'latest' symlink so add that to the zip as a link
487
+ # rather than dereferencing
488
zip \
489
--recurse-paths \
490
+ --symlinks \
491
--quiet \
492
-9 \
493
"${RELEASE_ARTEFACTS_DIR}/${ZIP_FILENAME}" \
0 commit comments