Skip to content

Commit 320a0ed

Browse files
committed
ci require publish-site
1 parent 920376b commit 320a0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ jobs:
148148
bash .build.sh ${{ matrix.scala }} secrets publishScala
149149
all-good:
150150
runs-on: ubuntu-latest
151-
needs: [ 'build-jvm', 'build-js', 'test-site' ]
151+
needs: [ 'build-jvm', 'build-js', 'test-site', 'publish-site' ]
152152
steps:
153153
- run: 'echo "No build required"'

0 commit comments

Comments
 (0)