Skip to content

Commit 3539185

Browse files
committed
[205] Fix codeflare-sdk release action
1 parent 0d9b23c commit 3539185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run poetry build
4848
run: poetry build
4949
- 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
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 && find docs -type f -name *.html -exec bash -c "echo '' >> {}" \;
5151
- name: Set Pypi token
5252
run: poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
5353
- name: Publish new release to Pypi repository

0 commit comments

Comments
 (0)