Skip to content

Commit

Permalink
Fix documentation workflow (#723)
Browse files Browse the repository at this point in the history
* Autogenerate documentation (closes #79)

This still requires changes in the configuration of the repository.

* Add empty line at end of file

* Fix Doxygen version

* Fix documentation workflow

* Remove building documentation for pull requests now that it works

---------

Co-authored-by: Niklas Uhl <[email protected]>
  • Loading branch information
kurpicz and niklas-uhl authored Apr 8, 2024
1 parent c3f9322 commit 1a2a742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
doxyfile-path: docs/Doxyfile
working-directory: .
additional-packages: perl build-base biblatex ghostscript
additional-packages: perl build-base texlive-full biblatex ghostscript

# Deploy the HTML documentation to GitHub Pages
- name: GH Pages Deployment
Expand Down

0 comments on commit 1a2a742

Please sign in to comment.