We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f97c17 commit afbd311Copy full SHA for afbd311
1 file changed
.github/workflows/build.yml
@@ -220,7 +220,7 @@ jobs:
220
- name: 'Push documentation to ${{ github.head_ref || github.ref }} branch'
221
uses: ./.github/actions/push-changes
222
with:
223
- working-directory: './api-reference/${{ env.friendly-version }}/'
+ working-directory: './api-reference/'
224
target-branch: ${{ github.head_ref || github.ref }}
225
commit-message: 'Update docs for version ${{ env.friendly-version }}'
226
- name: 'Generate assembly metadata'
0 commit comments