Skip to content

Commit 6f97c17

Browse files
committed
fixes path to metadat json
1 parent 8597d74 commit 6f97c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
- name: 'Generate assembly metadata'
215215
uses: ./.github/actions/docfx-metadata
216216
with:
217-
docfx-json-manifest: './api-reference/version-reference.json'
217+
docfx-json-manifest: './api-reference/assembly-metadata.json'
218218
assembly-version: ${{ needs.versioning.outputs.friendly-version }}
219219
target-directory: './api-reference/${{ env.friendly-version }}/'
220220
- name: 'Push documentation to ${{ github.head_ref || github.ref }} branch'

0 commit comments

Comments
 (0)