Skip to content

Commit

Permalink
fix docs workflow with new maven javadoc dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello committed Sep 20, 2024
1 parent 7a3719c commit e10d4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
run: |
rm -rf gh-pages/api
cp -rf target/site/apidocs/. gh-pages/api
cp -rf target/reports/apidocs/. gh-pages/api
- name: Tidy up the javadocs
if: ${{ github.event_name == 'release' || github.event_name == 'workflow_dispatch' }}
Expand Down

0 comments on commit e10d4a2

Please sign in to comment.