mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-11 21:26:31 +00:00
Merge branch 'main' into notashelf/push-lyuzqwroywyx
This commit is contained in:
commit
0d67745462
22 changed files with 241 additions and 84 deletions
4
.github/workflows/docs-preview.yml
vendored
4
.github/workflows/docs-preview.yml
vendored
|
|
@ -3,7 +3,7 @@ name: Build and Preview Manual
|
|||
on:
|
||||
workflow_dispatch:
|
||||
pull_request_target:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
types: [opened, synchronize, reopened, labeled, unlabeled, edited]
|
||||
paths:
|
||||
- ".github/workflows/docs-preview.yml"
|
||||
- "modules/**"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
1
.github/workflows/manual.yml
vendored
1
.github/workflows/manual.yml
vendored
|
|
@ -59,3 +59,4 @@ 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