ci: Don't run docs flow when the secret is inaccessible

This commit is contained in:
Jade Ellis
2025-06-24 21:48:33 +01:00
parent 3177545a6f
commit 9bbe333082
+1
View File
@@ -17,6 +17,7 @@ jobs:
docs:
name: Build and Deploy Documentation
runs-on: ubuntu-latest
if: secrets.CLOUDFLARE_API_TOKEN != ''
steps:
- name: Sync repository