Skip to content

Commit

Permalink
Preview workflow updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioRomanoGenovese committed Nov 5, 2023
1 parent ee67f3c commit d840411
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- opened
- reopened
- synchronize
- closed

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

Expand All @@ -15,9 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy PR Preview
uses: rossjrw/[email protected]
- uses: rossjrw/[email protected]
with:
source-dir: .
umbrella-dir: pr-preview
action: auto
preview-branch: main
umbrella-dir: pr-preview

0 comments on commit d840411

Please sign in to comment.