Skip to content

Commit

Permalink
Don't deploy docs on forks
Browse files Browse the repository at this point in the history
  • Loading branch information
jdblischak committed Dec 14, 2023
1 parent caf1929 commit ad18d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: "Deploy to gh-pages"
uses: peaceiris/actions-gh-pages@v3
# Change to the name of your repo's primary branch name:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' && github.repository_owner == 'TileDB-Inc'
with:
# This is GitHub Actions magic; no secrets for us to manage; and this works first-time
# without any extra configs other than visiting Settings -> Pages in your GitHub repo.
Expand Down

0 comments on commit ad18d8f

Please sign in to comment.