Skip to content

Commit 5f06d48

Browse files
authored
Don't deploy docs on forks (#636)
1 parent 35b60d7 commit 5f06d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quarto-render.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: "Deploy to gh-pages"
2828
uses: peaceiris/actions-gh-pages@v3
2929
# Change to the name of your repo's primary branch name:
30-
if: github.ref == 'refs/heads/main'
30+
if: github.ref == 'refs/heads/main' && github.repository_owner == 'TileDB-Inc'
3131
with:
3232
# This is GitHub Actions magic; no secrets for us to manage; and this works first-time
3333
# without any extra configs other than visiting Settings -> Pages in your GitHub repo.

0 commit comments

Comments
 (0)