Skip to content

Commit

Permalink
Merge pull request #535 from nscuro/fix-apidocs-path
Browse files Browse the repository at this point in the history
Fix apidocs path for doc publish workflow
  • Loading branch information
nscuro authored Oct 11, 2024
2 parents 75d2e49 + ab8b17b commit fefd250
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 fefd250

Please sign in to comment.