Skip to content

Commit

Permalink
fix github pages
Browse files Browse the repository at this point in the history
whoops!

Signed-off-by: Alex Bates <[email protected]>
  • Loading branch information
bates64 authored Nov 20, 2024
1 parent 8f24d13 commit edb9370
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Generate docs
run: doxygen

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'

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

0 comments on commit edb9370

Please sign in to comment.