Skip to content

Commit

Permalink
Testing docs deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuahin committed Jul 11, 2024
1 parent f48bd25 commit fe41561
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
run: |
cd docs
doxygen Doxyfile
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Upload Docs
uses: actions/upload-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: docs
path: docs/html

- name: Deploy Docs
Expand Down

0 comments on commit fe41561

Please sign in to comment.