Skip to content

Commit dd9d5b9

Browse files
authored
Update doxygen.yml
1 parent 2c1dea2 commit dd9d5b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
add_subdirectory(doc)
2424
EOF
2525
cmake .
26-
make doc
26+
make doc 2>&1 >log.txt
2727
git add doc/html
2828
git config --global user.email "github-action-bot@example.com"
2929
git config --global user.name "GitHub Action Bot"

0 commit comments

Comments
 (0)