We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2daaab commit 9d3c4ecCopy full SHA for 9d3c4ec
.github/scripts/build-gh-page.sh
@@ -16,7 +16,7 @@ tar -zxf gh-pages -C public --strip-components 1
16
17
if [[ $RELEASE == "true" ]]; then
18
echo "🔃 Change redirect"
19
- echo "<meta http-equiv=\"refresh\" content=\"0; URL=https://"$OWNER_NAME".github.io/"$REPO_NAME"/version/"$NAME"\" />" > public/index.html
+ echo "<!DOCTYPE html><html lang=\"en\"><head><meta charset=\"UTF-8\"><meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><title>DB UX Design System Core – latest version</title></head><body style=\"margin: 0;\"><iframe src=\"https://"$OWNER_NAME".github.io/"$REPO_NAME"/version/"$NAME"\" style=\"border: 0;width: 100vw;height: 100vh;\"></iframe></body></html>" > public/index.html
20
fi
21
22
echo "👣 Move out dir"
0 commit comments