Skip to content

Commit ba61963

Browse files
committed
fix
1 parent d258408 commit ba61963

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ jobs:
231231
with:
232232
target-branch: ${{ github.head_ref || github.ref }}
233233
commit-message: 'Update docs for version ${{ env.friendly-version }}'
234-
force: false
235-
working-directory: './api-reference/${{ env.friendly-version }}'
234+
force-checkout: false
235+
working-directory: './api-reference/${{ env.friendly-version }}/**'
236236
- name: 'Generate documentation'
237237
uses: ./.github/actions/docfx-build
238238
with:

0 commit comments

Comments
 (0)