Skip to content

Commit

Permalink
Attempt to fix Doxygen custom theme paths
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyHaystack committed Jun 23, 2022
1 parent 9d68242 commit ed11825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
shell: bash

- name: Clone Doxygen Awesome theme
run: sudo git clone https://github.com/jothepro/doxygen-awesome-css.git
run: sudo git clone https://github.com/jothepro/doxygen-awesome-css.git /opt/doxygen-awesome-css
shell: bash

- uses: DenverCoder1/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1192,8 +1192,8 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET = $(HOME)/doxygen-awesome-css/doxygen-awesome.css \
$(HOME)/doxygen-awesome-css/doxygen-awesome-sidebar-only.css
HTML_EXTRA_STYLESHEET = /opt/doxygen-awesome-css/doxygen-awesome.css \
/opt/doxygen-awesome-css/doxygen-awesome-sidebar-only.css

# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
Expand Down

0 comments on commit ed11825

Please sign in to comment.