Skip to content

Commit

Permalink
Merge pull request #27077 from gsmet/restore-original-sync-web-site.sh
Browse files Browse the repository at this point in the history
Restore the original sync-web-site.sh
  • Loading branch information
gsmet authored Aug 2, 2022
2 parents 821cd81 + 5957924 commit 1d35f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sync-web-site.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
"
Expand Down

0 comments on commit 1d35f18

Please sign in to comment.