Skip to content

Commit

Permalink
Fix apidocs path for doc publish workflow
Browse files Browse the repository at this point in the history
The workflow is currently failing (e.g. https://github.com/CycloneDX/cyclonedx-core-java/actions/runs/11255965552/job/31296724337) because apidocs have moved from `target/apidocs` to `target/reports/apidocs`.

Signed-off-by: nscuro <nscuro@protonmail.com>
  • Loading branch information
nscuro committed Oct 11, 2024
1 parent 64485c9 commit ab8b17b
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 @@ -28,4 +28,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # tag=v4.6.8
with:
branch: gh-pages
folder: target/apidocs
folder: target/reports/apidocs

0 comments on commit ab8b17b

Please sign in to comment.