Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaevers committed Jun 24, 2024
1 parent 9da793e commit a82ee98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
run: |
cd docs
make html
- uses: actions/upload-artifact@v1
with:
name: DocumentationHTML
path: docs/_build/html/
- name: Deploy
if: success()
uses: actions/deploy-pages@v2

0 comments on commit a82ee98

Please sign in to comment.