diff --git a/.github/scripts/build-gh-page.sh b/.github/scripts/build-gh-page.sh index 41eae1f16d6..f99188cee84 100644 --- a/.github/scripts/build-gh-page.sh +++ b/.github/scripts/build-gh-page.sh @@ -16,7 +16,7 @@ fi echo "📥 Get gh-pages tar" -curl -L https://github.com/"$OWNER_NAME"/"$REPO_NAME"/tarball/gh-pages --output gh-pages +curl -L https://github.com/db-ui/core/tarball/gh-pages --output gh-pages echo "📦 Unpack Tar" if [[ $RELEASE == "true" ]]; then