Skip to content

Commit 9dca8b2

Browse files
authored
fix(pipeline): deploy step (#103)
1 parent 61d8955 commit 9dca8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-gh-page.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fi
1616

1717

1818
echo "📥 Get gh-pages tar"
19-
curl -L https://github.com/"$OWNER_NAME"/"$REPO_NAME"/tarball/gh-pages --output gh-pages
19+
curl -L https://github.com/db-ui/base/tarball/gh-pages --output gh-pages
2020

2121
echo "📦 Unpack Tar"
2222
if [[ $RELEASE == "true" ]]; then

0 commit comments

Comments
 (0)