We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5262e26 commit 184dc0fCopy full SHA for 184dc0f
.github/workflows/release.yaml
@@ -53,7 +53,7 @@ jobs:
53
- name: Create new documentation
54
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 '' >> {}" \;
55
- name: Copy demo notebooks into SDK package
56
- run: cp demo-notebooks src/codeflare_sdk/demo-notebooks
+ run: cp -r demo-notebooks src/codeflare_sdk/demo-notebooks
57
- name: Run poetry build
58
run: poetry build
59
- name: Commit changes in docs
0 commit comments