Skip to content

Commit

Permalink
changed the doc zip
Browse files Browse the repository at this point in the history
  • Loading branch information
angelrti committed Apr 29, 2024
1 parent e2e2b15 commit dd6ed67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/generate_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
run: sphinx-build -b html doc html

- name: Zip the documentation
run: zip ./documentation.zip html/*
run: |
cd html
zip -r ../documentation.zip .
- name: Attach html documentation
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit dd6ed67

Please sign in to comment.