From 1224bb308786fce5811a128e36bcdb5e6f24481d Mon Sep 17 00:00:00 2001 From: GregoryKogan Date: Sat, 23 Dec 2023 22:48:40 +0300 Subject: [PATCH] Cleaner docs management --- .github/workflows/docs.yml | 2 +- .gitignore | 3 ++- .gitmodules | 2 +- Doxyfile => docs/Doxyfile | 0 4 files changed, 4 insertions(+), 3 deletions(-) rename Doxyfile => docs/Doxyfile (100%) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 12cf4dd..4f585c8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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) diff --git a/.gitignore b/.gitignore index f7ea44e..461be5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build -docs +docs/* +!docs/Doxyfile .vscode .DS_Store \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index d8da1e4..802b1cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/Doxyfile b/docs/Doxyfile similarity index 100% rename from Doxyfile rename to docs/Doxyfile