Skip to content

Commit

Permalink
Issue ##1491
Browse files Browse the repository at this point in the history
 - add preview.yml with gh action rossjrw/pr-preview-action@v1
  • Loading branch information
lucasraziel committed Apr 28, 2024
1 parent f2889fe commit 4b5845e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy PR previews
concurrency: preview-${{ github.ref }}
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
jobs:
deploy-preview:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: .
preview-branch: gh-pages
umbrella-dir: pr-preview
action: auto

0 comments on commit 4b5845e

Please sign in to comment.