ci: use the correct documentation URL in previews

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie5151a652e134c350d6e792ecb14da376a6a6964
This commit is contained in:
raf 2025-12-22 16:48:53 +03:00
commit c60086f34e
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -73,7 +73,7 @@ jobs:
id: prelude
run: |
PR_NUMBER=${{ github.event.pull_request.number }}
URL="https://${{ github.repository_owner }}.github.io/nvf/docs-preview-${PR_NUMBER}/"
URL="https:///nvf.notashelf.dev/docs-preview-${PR_NUMBER}/"
# Propagate non-interpolatable environment vars
echo "URL=$URL" >> "$GITHUB_OUTPUT"