Skip to content

Commit

Permalink
zip the generated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Apr 29, 2024
1 parent 8cd177a commit e2e2b15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,12 @@ jobs:
- name: Build documentation
run: sphinx-build -b html doc html

- name: Zip the documentation
run: zip ./documentation.zip html/*

- name: Attach html documentation
uses: actions/upload-artifact@v4
with:
name: documentation
path: |
./html/*.*
path: documentation.zip

0 comments on commit e2e2b15

Please sign in to comment.