We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9b23c commit 3539185Copy full SHA for 3539185
.github/workflows/release.yaml
@@ -47,7 +47,7 @@ jobs:
47
- name: Run poetry build
48
run: poetry build
49
- name: Create new documentation
50
- run: poetry run pdoc --html -o docs src/codeflare_sdk && pushd docs && rm -rf cluster job utils && mv codeflare_sdk/* . && rm -rf codeflare_sdk && popd
+ run: poetry run pdoc --html -o docs src/codeflare_sdk && pushd docs && rm -rf cluster job utils && mv codeflare_sdk/* . && rm -rf codeflare_sdk && popd && find docs -type f -name *.html -exec bash -c "echo '' >> {}" \;
51
- name: Set Pypi token
52
run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
53
- name: Publish new release to Pypi repository
0 commit comments