DenverCoder1 / doxygen-github-pages-action

GitHub Action for deploying Doxygen documentation to a GitHub pages branch
MIT License
75 stars 16 forks source link

Something looks wrong with 'dot' #16

Closed FredM67 closed 1 year ago

FredM67 commented 1 year ago

Even graphviz is installed, the action is complaining about 'dot'.


sh: 1: dot: not found
error: Problems running dot: exit code=127, command='dot', arguments='"/home/runner/work/PVRouter-3-phase/PVRouter-3-phase/docs/html/class__rg__OffsetForce_a2d0fe1a08e4856f38a91f26b46066733_cgraph.dot" -Tpng -o "/home/runner/work/PVRouter-3-phase/PVRouter-3-phase/docs/html/class__rg__OffsetForce_a2d0fe1a08e4856f38a91f26b46066733_cgraph.png" -Tcmapx -o "/home/runner/work/PVRouter-3-phase/PVRouter-3-phase/docs/html/class__rg__OffsetForce_a2d0fe1a08e4856f38a91f26b46066733_cgraph.map"'```
DenverCoder1 commented 1 year ago

Try with version 1.2.0.

You may have been using 1.1.0 which required installing graphviz manually before the action. It is installed by default in 1.2.0.

FredM67 commented 1 year ago

Fix with version 1.2.0. That's strange, because in the log of V1.1.0, I did see graphviz installed !! Never mind... works with 1.2.0.