Skip to content

Commit

Permalink
Trying to fix Javadoc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 12, 2024
1 parent 72a4893 commit 67dc3b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5

- name: Generate Javadoc
run: ./gradlew aggregateJavaDoc
run: |-
./gradlew aggregateJavaDoc
mkdir html/docs
mv html/* html/docs
- run: |-
tree .
Expand Down

0 comments on commit 67dc3b1

Please sign in to comment.