Skip to content

Commit

Permalink
Fix GH deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
liorsl committed Mar 30, 2024
1 parent c4920ec commit 3cd3f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build javadocs
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: javadoc
arguments: javadoc commands:javadoc
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create temp directory
Expand Down

0 comments on commit 3cd3f06

Please sign in to comment.