Skip to content

Commit

Permalink
Website test
Browse files Browse the repository at this point in the history
  • Loading branch information
g-goulis committed Sep 22, 2024
1 parent 0ac72ba commit 59b0a52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin' # You can choose 'zulu' or other distributions if needed

- name: Generate Javadoc
run: mvn javadoc:javadoc
Expand All @@ -30,4 +31,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/site/apidocs
publish_dir: target/site/apidocs

0 comments on commit 59b0a52

Please sign in to comment.