Skip to content

Commit

Permalink
test-build.yml: Upload docs build artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed May 13, 2024
1 parent 2c894df commit 1fc05d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,10 @@ jobs:
shell: bash
run: |
make docs DOC_TARGET=${{ matrix.docs-target }}
- name: Store docs build artifact
uses: actions/upload-artifact@v4
with:
name: docs-build-${{ matrix.docs-target }}
path: docs/build/
retention-days: 7

0 comments on commit 1fc05d2

Please sign in to comment.