Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
permissions:
contents: read
id-token: write
pull-requests: write

# Allow one concurrent deployment
concurrency:
Expand All @@ -28,4 +30,9 @@ jobs:
run: npm ci
- name: Build
run: npm run build

- name: Deploy PR Preview
uses: rossjrw/[email protected]
with:
source-dir: ./dist/
preview-branch: gh-pages