Skip to content

Commit

Permalink
Merge pull request #428 from cicirello/fix-docs-worksflow
Browse files Browse the repository at this point in the history
fix docs workflow with new maven javadoc directory
  • Loading branch information
cicirello authored Sep 20, 2024
2 parents 6a387eb + 11ea802 commit ff8a044
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 ff8a044

Please sign in to comment.