fix(ci): don't deploy docs if on fork

This commit is contained in:
Elian Doran 2025-10-09 13:27:49 +03:00
parent 1b2be2c345
commit 09d2984f1d
No known key found for this signature in database

View File

@ -118,6 +118,7 @@ jobs:
- name: Deploy
uses: ./.github/actions/deploy-to-cloudflare-pages
if: github.repository == ${{ vars.REPO_MAIN }}
with:
project_name: "trilium-docs"
comment_body: "📚 Documentation preview is ready"