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
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2

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