Skip to content

Commit

Permalink
error1
Browse files Browse the repository at this point in the history
  • Loading branch information
lubeda committed Jun 13, 2024
1 parent e332791 commit 6391ec8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
- uses: Andrew-Chen-Wang/github-wiki-action@v4.4.0
- uses: mattnotmitt/doxygen-action@v1.9.5
with:
working-directory: 'components/ehmtxv2'
working-directory: '$GITHUB_WORKSPACE/components/ehmtxv2'
doxyfile-path: "$GITHUB_WORKSPACE"
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = \\192.168.178.47\config\esphome\EsphoMaTrix\components\ehmtxv2
INPUT =

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
Expand Down

0 comments on commit 6391ec8

Please sign in to comment.