From 9d3c4ec91318df265ea3102381fccefad56c9fec Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:26:40 +0200 Subject: [PATCH] refactor: embed our page into an iframe instead of doing a redirect (#3291) * refactor: encapsulate our page into an iframe instead of doing a redirect * Update build-gh-page.sh * Update build-gh-page.sh --- .github/scripts/build-gh-page.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/build-gh-page.sh b/.github/scripts/build-gh-page.sh index 079b381d52b..6631c6a9cf1 100755 --- a/.github/scripts/build-gh-page.sh +++ b/.github/scripts/build-gh-page.sh @@ -16,7 +16,7 @@ tar -zxf gh-pages -C public --strip-components 1 if [[ $RELEASE == "true" ]]; then echo "🔃 Change redirect" - echo "" > public/index.html + echo "DB UX Design System Core – latest version" > public/index.html fi echo "👣 Move out dir"