chore(ci): revert changes breaking the workflows

This commit is contained in:
Elian Doran
2025-10-13 17:51:50 +03:00
parent 5071f61174
commit 36f5060855
2 changed files with 2 additions and 2 deletions

View File

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