Skip to content

Commit ec05757

Browse files
committed
fix deploy-javadoc task
1 parent 989860a commit ec05757

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/javadoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: ./build/docs/javadoc
2222
deploy-javadoc:
2323
needs: build-javadoc
24-
if: github.ref == 'refs/heads/master'
24+
if: ${{ github.ref == 'refs/heads/master' }}
2525
permissions:
2626
pages: write
2727
id-token: write

0 commit comments

Comments
 (0)