Compare commits

..

No commits in common. "45553196b35874521d667ee488ba1547ffc59734" and "b1b8794a19400222e860f90377515d01cc5c6ea3" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

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

View file

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