Skip to content

Commit 5262e26

Browse files
Bobbins228astefanutti
authored andcommitted
Fixed automated documentation
1 parent 029683f commit 5262e26

25 files changed

+4
-3
lines changed

Diff for: .github/workflows/release.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ jobs:
5050
run: poetry version "${{ github.event.inputs.release-version }}"
5151
- name: Run poetry install
5252
run: poetry install --with docs
53-
- name: Run poetry build
54-
run: poetry build
5553
- name: Create new documentation
5654
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 '' >> {}" \;
57-
55+
- name: Copy demo notebooks into SDK package
56+
run: cp demo-notebooks src/codeflare_sdk/demo-notebooks
57+
- name: Run poetry build
58+
run: poetry build
5859
- name: Commit changes in docs
5960
uses: stefanzweifel/git-auto-commit-action@v4
6061
with:

0 commit comments

Comments
 (0)