We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8597d74 commit 6f97c17Copy full SHA for 6f97c17
1 file changed
.github/workflows/build.yml
@@ -214,7 +214,7 @@ jobs:
214
- name: 'Generate assembly metadata'
215
uses: ./.github/actions/docfx-metadata
216
with:
217
- docfx-json-manifest: './api-reference/version-reference.json'
+ docfx-json-manifest: './api-reference/assembly-metadata.json'
218
assembly-version: ${{ needs.versioning.outputs.friendly-version }}
219
target-directory: './api-reference/${{ env.friendly-version }}/'
220
- name: 'Push documentation to ${{ github.head_ref || github.ref }} branch'
0 commit comments