mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-16 15:30:50 +00:00
Compare commits
No commits in common. "45553196b35874521d667ee488ba1547ffc59734" and "b1b8794a19400222e860f90377515d01cc5c6ea3" have entirely different histories.
45553196b3
...
b1b8794a19
2 changed files with 1 additions and 2 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:///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"
|
||||
|
|
|
|||
1
.github/workflows/manual.yml
vendored
1
.github/workflows/manual.yml
vendored
|
|
@ -59,4 +59,3 @@ jobs:
|
|||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ./public
|
||||
cname: nvf.notashelf.dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue