Skip to content

Commit a093bf3

Browse files
committed
Fixed automated documentation
1 parent 029683f commit a093bf3

25 files changed

+4
-3
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 3 deletions
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: Move demo notebooks into SDK package
56+
run: mv 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)