Skip to content

Commit 714181d

Browse files
committed
updqted ci
1 parent f673910 commit 714181d

2 files changed

Lines changed: 6 additions & 15 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff 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 }}'

.github/workflows/publish-documentation.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
name: 'Generate & Publish Documentation'
22

33
on:
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

1210
permissions:
1311
actions: read

0 commit comments

Comments
 (0)