Skip to content

Commit

Permalink
fix documentation test and upload report
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 9, 2024
1 parent c1f1e21 commit 266854a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/doc-test-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
artifacts/report.json
retention-days: 7

- name: Upload documentation reports
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: 'report.json'
path: artifacts/report.json
retention-days: 7

# Add the job below and artifacts/report.json on Upload documentation step above if you want to fail the build when documentation contains errors
test:
name: Test documentation built
Expand Down

0 comments on commit 266854a

Please sign in to comment.