We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1b8794 + 0328cc6 commit 4555319Copy full SHA for 4555319
.github/workflows/docs-preview.yml
@@ -73,7 +73,7 @@ jobs:
73
id: prelude
74
run: |
75
PR_NUMBER=${{ github.event.pull_request.number }}
76
- URL="https://${{ github.repository_owner }}.github.io/nvf/docs-preview-${PR_NUMBER}/"
+ URL="https:///nvf.notashelf.dev/docs-preview-${PR_NUMBER}/"
77
78
# Propagate non-interpolatable environment vars
79
echo "URL=$URL" >> "$GITHUB_OUTPUT"
.github/workflows/manual.yml
@@ -59,3 +59,4 @@ jobs:
59
with:
60
github_token: ${{ secrets.GITHUB_TOKEN }}
61
publish_dir: ./public
62
+ cname: nvf.notashelf.dev
0 commit comments