We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d258408 commit ba61963Copy full SHA for ba61963
1 file changed
.github/workflows/build.yml
@@ -231,8 +231,8 @@ jobs:
231
with:
232
target-branch: ${{ github.head_ref || github.ref }}
233
commit-message: 'Update docs for version ${{ env.friendly-version }}'
234
- force: false
235
- working-directory: './api-reference/${{ env.friendly-version }}'
+ force-checkout: false
+ working-directory: './api-reference/${{ env.friendly-version }}/**'
236
- name: 'Generate documentation'
237
uses: ./.github/actions/docfx-build
238
0 commit comments