Skip to content

Commit

Permalink
Add publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
ipsavitsky committed Feb 21, 2024
1 parent c152579 commit a59020d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,11 @@ jobs:

- name: Run doxygen
uses: mattnotmitt/doxygen-action@1.9.8
with:
enable-latex: true

- name: Publish docs
uses: actions/upload-artifact@v3
with:
name: Documentation
path: docs/latex/

0 comments on commit a59020d

Please sign in to comment.