Skip to content

Commit

Permalink
Cleaner docs management
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryKogan committed Dec 23, 2023
1 parent f152e40 commit 1224bb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash

- name: Generate Doxygen Docs
run: doxygen Doxyfile
run: doxygen docs/Doxyfile
shell: bash

- name: Create .nojekyll (ensures pages with underscores work on gh pages)
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
build
docs
docs/*
!docs/Doxyfile
.vscode
.DS_Store
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
path = docs/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
File renamed without changes.

0 comments on commit 1224bb3

Please sign in to comment.