File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,11 +221,4 @@ jobs:
221221 with :
222222 artifact-name : ' assembly-metadata'
223223 commit-message : ' Updated docs for version ${{ env.friendly-version }}'
224- working-directory : ' ./api-reference/${{ env.friendly-version }}'
225-
226- publish-docs :
227- # if: ${{ env.is_release && !env.is_preview }}
228- name : ' Publish documentation'
229- uses : ./.github/workflows/publish-documentation.yml
230- needs : [generate-assembly-metadata]
231- secrets : inherit
224+ working-directory : ' ./api-reference/${{ env.friendly-version }}'
Original file line number Diff line number Diff line change 11name : ' Generate & Publish Documentation'
22
33on :
4- workflow_call :
5- # push:
6- # branches:
7- # - 'release/**'
8- # - 'develop/**' # Should be removed after development of this workflow is done
9- # paths:
10- # - 'api-reference/**'
4+ workflow_run :
5+ workflows : ['build']
6+
7+ types :
8+ - completed
119
1210permissions :
1311 actions : read
You can’t perform that action at this time.
0 commit comments