File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 run : |
5555 mkdir -p "${{ inputs.output-directory }}"
5656 cp -r "${{ inputs.temporary-directory }}" "${{ inputs.output-directory }}"
57- working-directory : ${{ inputs.working-directory }}
58- - name : Upload artifact
59- uses : actions/upload-artifact@v4
60- with :
61- name : ${{ inputs.artifact-name }}
62- path : ${{ inputs.output-directory }}
6357 working-directory : ${{ inputs.working-directory }}
Original file line number Diff line number Diff line change @@ -224,15 +224,15 @@ jobs:
224224 docfx-json-manifest : ' assembly-metadata.json'
225225 temporary-directory : ' temp'
226226 output-directory : ' ${{ env.friendly-version }}'
227- working-directory : ' ./api-reference/ '
227+ working-directory : ' ./api-reference'
228228 - name : ' Push documentation to ${{ github.head_ref || github.ref }} branch'
229229 uses : ./.github/actions/push-changes
230230 with :
231231 artifact-name : ' assembly-metadata'
232- working-directory : ' ./api-reference/'
233232 target-branch : ${{ github.head_ref || github.ref }}
234233 commit-message : ' Update docs for version ${{ env.friendly-version }}'
235234 force : false
235+ working-directory : ' ./api-reference/${{ env.friendly-version }}'
236236 - name : ' Generate documentation'
237237 uses : ./.github/actions/docfx-build
238238 with :
You can’t perform that action at this time.
0 commit comments