Skip to content
This repository has been archived by the owner on Sep 10, 2023. It is now read-only.

Commit

Permalink
Update Deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer authored Dec 15, 2022
1 parent 21b2f62 commit 5f909f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: rm -rf __site/data

- name: Deploy to GitHub Pages
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name != 'pull_request' }}
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
branch: gh-pages
Expand Down

0 comments on commit 5f909f1

Please sign in to comment.