File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Generate Doxygen Documentation
33on :
44 push :
55 branches :
6- - main
7- workflow_dispatch :
6+ - main # Ausführung bei Pushes auf den 'main' Branch
7+ workflow_dispatch : # Manuelles Auslösen der Action
88
99jobs :
1010 generate-docs :
3535 uses : peaceiris/actions-gh-pages@v4
3636 with :
3737 github_token : ${{ secrets.GITHUB_TOKEN }}
38- publish_dir : ./docs
38+ publish_dir : ./docs # Pfad zur generierten Dokumentation
Original file line number Diff line number Diff line change @@ -864,9 +864,9 @@ WARN_LOGFILE =
864864# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
865865# Note: If this tag is empty the current directory is searched.
866866
867- INPUT = ..\ esp8266-esp32-sdk\ src \
868- ..\ esp8266-esp32-sdk\ README.md \
869- ..\ esp8266-esp32-sdk\ src\ Capabilities \
867+ INPUT = ./ esp8266-esp32-sdk/ src \
868+ ./ esp8266-esp32-sdk/ README.md \
869+ ./ esp8266-esp32-sdk/ src/ Capabilities \
870870 documentation.dox
871871
872872# This tag can be used to specify the character encoding of the source files
You can’t perform that action at this time.
0 commit comments