mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-06-26 08:15:22 +02:00
ci: Don't run docs flow when the secret is inaccessible
This commit is contained in:
parent
3177545a6f
commit
9bbe333082
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ jobs:
|
||||||
docs:
|
docs:
|
||||||
name: Build and Deploy Documentation
|
name: Build and Deploy Documentation
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: secrets.CLOUDFLARE_API_TOKEN != ''
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Sync repository
|
- name: Sync repository
|
||||||
|
|
Loading…
Add table
Reference in a new issue