Compare commits

...

4 commits

Author SHA1 Message Date
raf
45553196b3
Merge pull request #1303 from NotAShelf/notashelf/push-tpxxmotmukwo
Some checks failed
Treewide Checks / Validate flake (push) Has been cancelled
Treewide Checks / Check formatting (push) Has been cancelled
Treewide Checks / Check source tree for typos (push) Has been cancelled
Treewide Checks / Validate documentation builds (push) Has been cancelled
Treewide Checks / Validate hyperlinks in documentation sources (push) Has been cancelled
Treewide Checks / Validate Editorconfig conformance (push) Has been cancelled
ci: use the correct documentation URL in previews
2025-12-22 17:15:20 +03:00
raf
0328cc68cc
Merge branch 'main' into notashelf/push-tpxxmotmukwo 2025-12-22 16:53:14 +03:00
c15191cee8
ci: force CNAME in deployments
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a22db6d5f3b95c416aefcd3dc4304556a6a6964
2025-12-22 16:51:00 +03:00
c60086f34e
ci: use the correct documentation URL in previews
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ie5151a652e134c350d6e792ecb14da376a6a6964
2025-12-22 16:50:59 +03:00
2 changed files with 2 additions and 1 deletions

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"

View file

@ -59,3 +59,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
cname: nvf.notashelf.dev