Skip to content

Commit 4555319

Browse files
authored
Merge pull request #1303 from NotAShelf/notashelf/push-tpxxmotmukwo
ci: use the correct documentation URL in previews
2 parents b1b8794 + 0328cc6 commit 4555319

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
id: prelude
7474
run: |
7575
PR_NUMBER=${{ github.event.pull_request.number }}
76-
URL="https://${{ github.repository_owner }}.github.io/nvf/docs-preview-${PR_NUMBER}/"
76+
URL="https:///nvf.notashelf.dev/docs-preview-${PR_NUMBER}/"
7777
7878
# Propagate non-interpolatable environment vars
7979
echo "URL=$URL" >> "$GITHUB_OUTPUT"

.github/workflows/manual.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ jobs:
5959
with:
6060
github_token: ${{ secrets.GITHUB_TOKEN }}
6161
publish_dir: ./public
62+
cname: nvf.notashelf.dev

0 commit comments

Comments
 (0)