From 82f33d93aeac01891021e8117fabaa577a49e8af Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:29:12 +0200 Subject: [PATCH] refactor: revert previous solution (#3357) * Revert "refactor: embed our page into an iframe instead of doing a redirect (#3291)" This reverts commit 9d3c4ec91318df265ea3102381fccefad56c9fec. * Revert "refactor: embed our page into an iframe instead of doing a redirect (#3291)" This reverts commit 9d3c4ec91318df265ea3102381fccefad56c9fec. --- .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 6631c6a9cf1..079b381d52b 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 "DB UX Design System Core – latest version" > public/index.html + echo "" > public/index.html fi echo "👣 Move out dir"