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