Skip to content

Commit

Permalink
ci: add page deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Apr 29, 2024
1 parent ce329ba commit 7a21704
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ jobs:
with:
name: HTML-Documentation
path: build/docs/html

- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
if: github.event_name == 'push'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/docs/html

0 comments on commit 7a21704

Please sign in to comment.