Skip to content

Commit 1f68f45

Browse files
authored
fix source resolution in docs. (#467)
1 parent b4cf7b4 commit 1f68f45

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: huggingface/doc-builder/.github/workflows/build_main_documentation.yml@90b4ee2c10b81b5c1a6367c4e6fc9e2fb510a7e3 # main
1717
with:
1818
commit_sha: ${{ github.sha }}
19-
package_path: kernels/kernels/
19+
package_path: kernels/
2020
package: kernels
2121
secrets:
2222
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}

.github/workflows/build_pr_documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
with:
1818
commit_sha: ${{ github.event.pull_request.head.sha }}
1919
pr_number: ${{ github.event.number }}
20-
package_path: kernels/kernels/
20+
package_path: kernels/
2121
package: kernels

0 commit comments

Comments
 (0)