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 66d9460
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ jobs:

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

publish:
- run: ls ./docs/latex
- name: Publish docs
uses: actions/upload-artifact@v3
with:
name: Documentation
path: ./docs/latex/refman.pdf

0 comments on commit 66d9460

Please sign in to comment.