Skip to content

Commit

Permalink
Build page preview on all PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 20, 2024
1 parent 7b7998f commit e671b09
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-page-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: PR Preview
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'website/**'

jobs:
build-and-deploy:
Expand Down Expand Up @@ -72,4 +70,4 @@ jobs:
run: |
git rm -rf __preview/pr-${{ github.event.pull_request.number }}
git commit -m "Remove preview for PR #${{ github.event.pull_request.number }}"
git push origin gh-pages
git push origin gh-pages

0 comments on commit e671b09

Please sign in to comment.