This commit is contained in:
Wendy Smoak 2026-02-03 20:22:56 -05:00 committed by GitHub
commit 12b30936b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ jobs:
path: build/site path: build/site
deploy: deploy:
# Don't run on forked repositories
if: github.event.repository.fork != true
environment: environment:
name: github-pages name: github-pages
url: ${{ steps.deployment.outputs.page_url }} url: ${{ steps.deployment.outputs.page_url }}