We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989860a commit ec05757Copy full SHA for ec05757
1 file changed
.github/workflows/javadoc.yml
@@ -21,7 +21,7 @@ jobs:
21
path: ./build/docs/javadoc
22
deploy-javadoc:
23
needs: build-javadoc
24
- if: github.ref == 'refs/heads/master'
+ if: ${{ github.ref == 'refs/heads/master' }}
25
permissions:
26
pages: write
27
id-token: write
0 commit comments