Skip to content

Commit 184dc0f

Browse files
Bobbins228astefanutti
authored andcommitted
Fixed copy demo notebooks in automated documentation
1 parent 5262e26 commit 184dc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Create new documentation
5454
run: poetry run pdoc --html -o docs/detailed-documentation src/codeflare_sdk && pushd docs/detailed-documentation && rm -rf cluster job utils && mv codeflare_sdk/* . && rm -rf codeflare_sdk && popd && find docs/detailed-documentation -type f -name "*.html" -exec bash -c "echo '' >> {}" \;
5555
- name: Copy demo notebooks into SDK package
56-
run: cp demo-notebooks src/codeflare_sdk/demo-notebooks
56+
run: cp -r demo-notebooks src/codeflare_sdk/demo-notebooks
5757
- name: Run poetry build
5858
run: poetry build
5959
- name: Commit changes in docs

0 commit comments

Comments
 (0)