diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 283ffbc..c7a34b2 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -3,8 +3,8 @@ name: Generate Doxygen Documentation on: push: branches: - - main - workflow_dispatch: + - main # Ausführung bei Pushes auf den 'main' Branch + workflow_dispatch: # Manuelles Auslösen der Action jobs: generate-docs: @@ -35,4 +35,4 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs + publish_dir: ./docs # Pfad zur generierten Dokumentation diff --git a/Doxyfile b/Doxyfile index 82da17d..2a888cc 100644 --- a/Doxyfile +++ b/Doxyfile @@ -864,9 +864,9 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = ..\esp8266-esp32-sdk\src \ - ..\esp8266-esp32-sdk\README.md \ - ..\esp8266-esp32-sdk\src\Capabilities \ +INPUT = ./esp8266-esp32-sdk/src \ + ./esp8266-esp32-sdk/README.md \ + ./esp8266-esp32-sdk/src/Capabilities \ documentation.dox # This tag can be used to specify the character encoding of the source files