Skip to content

Commit

Permalink
Try adding artifacting step
Browse files Browse the repository at this point in the history
  • Loading branch information
Willmac16 authored Jan 12, 2024
1 parent 85dbe91 commit 147de82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,11 @@ jobs:
cwrubaja \
--lookup-dir public_regulated_data_types/uavcan \
--lookup-dir public_regulated_data_types/reg
- name: Share build artifacts
uses: actions/upload-artifact@v4
with:
name: docs-artifacts
path: nunavut_out/
compression-level: 9 # maximum compression
retention-days: 30

0 comments on commit 147de82

Please sign in to comment.