Skip to content

Commit 9677e0e

Browse files
committed
ci: update workflow only upload docs on new release
1 parent 8357c79 commit 9677e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
documentation-deploy:
7979
runs-on: ubuntu-latest
8080
needs: release-please
81-
# if: ${{ needs.release-please.outputs.release_created }}
81+
if: ${{ needs.release-please.outputs.release_created }}
8282
steps:
8383
- uses: actions/checkout@v4
8484
- run: |
@@ -92,7 +92,7 @@ jobs:
9292
folder: docs/build/html # The folder the action should deploy.
9393

9494
conda-deploy:
95-
name: Uploading to Loop3d for python ${{ matrix.os }})
95+
name: Building conda package for python ${{ matrix.os }})
9696
needs: ["documentation-test", "continuous-integration"]
9797
runs-on: ${{matrix.os}}
9898
strategy:

0 commit comments

Comments
 (0)