Skip to content

Commit 1a31f1a

Browse files
committed
fix
Signed-off-by: Aritra Dey <[email protected]>
1 parent 170997c commit 1a31f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)