From f20a19f3e8e45e0cacb42eb85437da898d867fb0 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Wed, 26 Oct 2022 10:46:30 +0200 Subject: [PATCH] fix(pipeline): deploy step --- .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 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