Skip to content

Commit

Permalink
Preview pull requests
Browse files Browse the repository at this point in the history
Closes gh-4.
  • Loading branch information
astrojuanlu committed Oct 9, 2022
1 parent 676fbcb commit ed2d26f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/previews.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy PR previews

on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed

concurrency: preview-${{ github.ref }}

jobs:
deploy-preview:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Deploy preview
uses: rossjrw/pr-preview-action@v1
with:
source-dir: .

0 comments on commit ed2d26f

Please sign in to comment.