Skip to content

Commit

Permalink
CI: doc-publish-pr: Publish Rust docs alongside the rest
Browse files Browse the repository at this point in the history
Detect if the doc build generated Rust docs, and include those in the
published documentation.

Signed-off-by: David Brown <david.brown@linaro.org>
  • Loading branch information
d3zd3z committed Jan 24, 2025
1 parent 46b711c commit 56dda2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc-publish-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
- name: Uncompress HTML docs
if: steps.download-artifacts.outputs.found_artifact == 'true'
run: |
echo "Artifacts present:"
ls -l *-output.tar.xz
tar xf html-output/html-output.tar.xz -C html-output
if [ -f api-coverage/api-coverage.tar.xz ]; then
tar xf api-coverage/api-coverage.tar.xz -C api-coverage
Expand Down

0 comments on commit 56dda2d

Please sign in to comment.