mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
CI: Fix skipped docs job
This commit is contained in:
parent
fa701a1bd9
commit
e926ecb9e9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/juce_private_build.yml
vendored
2
.github/workflows/juce_private_build.yml
vendored
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
uses: juce-framework/JUCE-utils/.github/workflows/deploy.yml@master
|
uses: juce-framework/JUCE-utils/.github/workflows/deploy.yml@master
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
docs:
|
docs:
|
||||||
if: ${{ contains(fromJSON('["master", "develop"]'), github.ref_name) && inputs.cpp-std == '' && inputs.nightly-targets == '[]' }}
|
if: ${{ !cancelled() && (success() || needs.deploy.result == 'success') && contains(fromJSON('["master", "develop"]'), github.ref_name) && inputs.cpp-std == '' && inputs.nightly-targets == '[]' }}
|
||||||
needs: [deploy]
|
needs: [deploy]
|
||||||
name: Docs
|
name: Docs
|
||||||
uses: juce-framework/JUCE-utils/.github/workflows/docs.yml@master
|
uses: juce-framework/JUCE-utils/.github/workflows/docs.yml@master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue