diff --git a/.github/workflows/doxygen.yml b/.github/workflows/gen-docs.yml similarity index 95% rename from .github/workflows/doxygen.yml rename to .github/workflows/gen-docs.yml index 0b90d0134..de1954b5b 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/gen-docs.yml @@ -9,8 +9,8 @@ on: - '**.h' # Monitor header file changes - '**.c' # Monitor source file changes - 'Doxyfile' # Monitor Doxygen config changes - - 'pages/**' - - '.github/workflows/doxygen.yml' + - 'doc/pages/**' + - 'README.md' jobs: build: @@ -18,6 +18,7 @@ jobs: env: KOS_BASE: ${{ github.workspace }} # Sets KOS_BASE to the repository root + KOS_ARCH: dreamcast steps: - name: Checkout repository diff --git a/.github/workflows/pr-docmentation-check.yml b/.github/workflows/pr-docs-check.yml similarity index 98% rename from .github/workflows/pr-docmentation-check.yml rename to .github/workflows/pr-docs-check.yml index 52e8f94e4..9f3343290 100644 --- a/.github/workflows/pr-docmentation-check.yml +++ b/.github/workflows/pr-docs-check.yml @@ -10,6 +10,7 @@ jobs: env: KOS_BASE: ${{ github.workspace }} # Sets KOS_BASE to the repository root + KOS_ARCH: dreamcast steps: - name: Checkout repository diff --git a/doc/Doxyfile b/doc/Doxyfile index 74abf0bf6..d9b53e9b6 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -48,7 +48,7 @@ PROJECT_NAME = KallistiOS # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "##version##" +PROJECT_NUMBER = "git master" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a