Skip to content

Commit

Permalink
ci: upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
asonolet committed Dec 15, 2024
1 parent 7ab753e commit 9e24439
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- name: Sphinx build
run: |
cd doc && make html
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: html-docs
path: _build/html/
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 9e24439

Please sign in to comment.