Skip to content

Commit

Permalink
Add documentation deployment step to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipeMaia committed Jan 4, 2024
1 parent db6831b commit 51fa6a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:
with:
# Upload _build/
path: '_build/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 51fa6a6

Please sign in to comment.