Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo authored Jan 4, 2024
1 parent 3088a44 commit 7047589
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package
name: Deploy documentation

on:
workflow_dispatch:
Expand Down Expand Up @@ -34,3 +34,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: 'docs/_build/html/'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 7047589

Please sign in to comment.