Skip to content

Commit 7102720

Browse files
committed
fix
Signed-off-by: Aritra Dey <adey01027@gmail.com>
1 parent 85a24f4 commit 7102720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
else
4545
# Normal project repo (fork or upstream)
4646
echo "BASE_URL=/$REPO/pr-preview/pr-${{ github.event.pull_request.number }}/" >> $GITHUB_ENV
47-
echo "URL=https://$OWNER.github.io/$REPO" >> $GITHUB_ENV
47+
echo "URL=https://$OWNER.github.io" >> $GITHUB_ENV
4848
fi
4949
5050

0 commit comments

Comments
 (0)