Skip to content

Commit

Permalink
Update doxygen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jebos authored Aug 15, 2023
1 parent cd47162 commit ce53504
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
- name: Apply Doxygen Awesome CSS (Sidebar only)
run: |
mv ./doxygen-awesome.css ./doc/html/
mv ./doxygen-awesome-sidebar-only.css ./doc/html/
mv ./doxygen-awesome.css ./doc/
mv ./doxygen-awesome-sidebar-only.css ./doc/
sed -i 's|</head>|<link rel="stylesheet" type="text/css" href="doxygen-awesome.css"/><link rel="stylesheet" type="text/css" href="doxygen-awesome-sidebar-only.css"/></head>|' ./doc/html/*.html
- name: Deploy documentation to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.DOXYGEN }}
publish_dir: ./doc/html
publish_dir: ./doc

0 comments on commit ce53504

Please sign in to comment.