From 59579243a0ba454339d263b384cf31920e7a2735 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 2 Aug 2022 10:19:50 +0200 Subject: [PATCH] Restore the original sync-web-site.sh Nobody should run this script except me for the releases. --- docs/sync-web-site.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sync-web-site.sh b/docs/sync-web-site.sh index 99189ba4fc0d7..468f957646e6d 100755 --- a/docs/sync-web-site.sh +++ b/docs/sync-web-site.sh @@ -9,7 +9,7 @@ else fi if [[ $BRANCH == "main" ]]; then - TARGET_GUIDES=target/web-site/_versions/main/guides + TARGET_GUIDES=target/web-site/_guides TARGET_CONFIG=target/web-site/_generated-config/latest else TARGET_GUIDES=target/web-site/_versions/${BRANCH}/guides @@ -59,7 +59,7 @@ Run one of the following command to check the web site (if not done already): - you may need to add an environment variable if you are running rootless: -e JEKYLL_ROOTLESS=1 - More: https://github.com/envygeeks/jekyll-docker/blob/master/README.md -- For either docker/podman, you may want to add a volume to store built bundles: +- For either Docker/Podman, you may want to add a volume to store built bundles: docker volume create quarkus-jekyll-bundles - Add the volume to the command: --volume quarkus-jekyll-bundles:/usr/local/bundle "