mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-23 20:25:54 +00:00
ci: use the correct documentation URL in previews
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ie5151a652e134c350d6e792ecb14da376a6a6964
This commit is contained in:
parent
4b95ae106c
commit
c60086f34e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs-preview.yml
vendored
2
.github/workflows/docs-preview.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue