Skip to content

Commit ee409f3

Browse files
committed
fix gh-pages deploy step
1 parent 75bc41d commit ee409f3

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
@@ -35,7 +35,7 @@ jobs:
3535
if: ${{ matrix.java-version == 11 }}
3636
shell: bash
3737
run: sbt -v makeSite
38-
- if: ${{ github.repository_owner == 'sbt' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
38+
- if: ${{ github.repository_owner == 'sbt' && github.ref == 'refs/heads/main' && github.event_name == 'push' && matrix.java-version == 11 }}
3939
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
4040
with:
4141
folder: target/site

0 commit comments

Comments
 (0)