Skip to content

Commit

Permalink
Build documentation zip in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Dec 10, 2024
1 parent 18e3e4e commit 5a59ffb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
run: |
mkdir artifacts
tar cf - src/*.gcov | tar -C artifacts -xf -
- name: Make documentation zip
uses: actions/upload-artifact@v4
with:
path: "doc/html"
name: documentation
- name: Upload coverage-annotated source files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5a59ffb

Please sign in to comment.