We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bc41d commit ee409f3Copy full SHA for ee409f3
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
if: ${{ matrix.java-version == 11 }}
36
shell: bash
37
run: sbt -v makeSite
38
- - if: ${{ github.repository_owner == 'sbt' && github.ref == 'refs/heads/main' && github.event_name == 'push' }}
+ - if: ${{ github.repository_owner == 'sbt' && github.ref == 'refs/heads/main' && github.event_name == 'push' && matrix.java-version == 11 }}
39
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
40
with:
41
folder: target/site
0 commit comments