Compare commits

...

2 Commits

Author SHA1 Message Date
Wendy Smoak bad1d48195
Merge 7029f23da9 into 323cd75efd 2026-02-02 22:54:11 +08:00
Wendy Smoak 7029f23da9
Prevent deployment of docs on forked repositories
Add condition to prevent deployment of docs on forked repositories
2026-01-11 20:20:38 -05:00
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 }}