Skip to content

Commit

Permalink
Update doxygen_gen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo17pet authored Feb 25, 2023
1 parent d987082 commit f207058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doxygen_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ jobs:
submodules: recursive
- name: create dirs
run: mkdir docout
- name: set repo url on corner
run: sed -i 's,https://github.com/jothepro/doxygen-awesome-css,https://github.com/kmilo17pet/qlibs,g' doc/stylesheet/doxygen-custom/header.html
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.2
uses: mattnotmitt/doxygen-action@edge
with:
doxyfile-path: './doc/Doxyfile'
- name: rm gitignore
Expand Down

0 comments on commit f207058

Please sign in to comment.