Skip to content

Commit

Permalink
ci: Update automated deployment job
Browse files Browse the repository at this point in the history
Disables automated website deployment on forks.
  • Loading branch information
wpiet authored and sjanc committed Aug 5, 2024
1 parent 7a42ae6 commit 0d2022c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
deploy:
name: Deploy Site
runs-on: ubuntu-20.04
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0d2022c

Please sign in to comment.