Skip to content

Commit c2e1532

Browse files
author
camilo
committed
fix doc metadata
1 parent e09023b commit c2e1532

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/doxygen_gen.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,18 @@ jobs:
1717
- name: create dirs
1818
run: mkdir docout
1919
- name: set repo url on corner
20-
run: sed -i 's,https://github.com/jothepro/doxygen-awesome-css,https://github.com/kmilo17pet/QuarkTS,g' doc/stylesheet/doxygen-custom/header.html
20+
run: |
21+
sed -i 's,https://github.com/jothepro/doxygen-awesome-css,https://github.com/kmilo17pet/QuarkTS,g' doc/stylesheet/doxygen-custom/header.html
22+
sed -i 's,Doxygen Awesome,QuarkTS OS,g' doc/stylesheet/doxygen-custom/header.html
23+
sed -i 's,https://jothepro.github.io/doxygen-awesome-css,https://kmilo17pet.github.io/QuarkTS,g' doc/stylesheet/doxygen-custom/header.html
24+
sed -i 's,https://repository-images.githubusercontent.com/348492097/4f16df80-88fb-11eb-9d31-4015ff22c452,https://github.com/kmilo17pet/QuarkTS/raw/master/doc/quarktslogo.png,g' doc/stylesheet/doxygen-custom/header.html
25+
sed -i 's,Custom CSS theme for doxygen html-documentation with lots of customization parameters,An open-source OS for small embedded applications,g' doc/stylesheet/doxygen-custom/header.html
2126
- name: Doxygen Action
2227
uses: mattnotmitt/[email protected]
2328
with:
2429
doxyfile-path: './doc/Doxygen'
2530
- name: rm gitignore
26-
run: rm .gitignore
31+
run: rm .gitignore
2732
- name: Deploy doc
2833
uses: peaceiris/actions-gh-pages@v3
2934
with:

0 commit comments

Comments
 (0)