Skip to content

Commit

Permalink
XENFRED-4897 WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
kpiot123 committed Sep 12, 2023
1 parent 7239558 commit ee24c8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-websites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ build_product_website() {
local productName="$1"
mkdir -p "build/website/$productName"
cp -r "docs/$productName/_hugo" "build/product/$productName/_hugo"
docker pull hub.xenit.eu/private/xenit-manuals-hugo-generator:$MARKDOWNTOWEBSITE_VERSION
tar c --portability -C "build/product/$productName" . | docker run --rm -i hub.xenit.eu/private/xenit-manuals-hugo-generator:$MARKDOWNTOWEBSITE_VERSION | tar x -C "build/website/$productName"
sync
}
Expand Down

0 comments on commit ee24c8f

Please sign in to comment.