ssciwr / doxygen-install

GitHub Action to install Doxygen
MIT License
6 stars 1 forks source link

Cleaning up after install #2

Closed TendTo closed 2 months ago

TendTo commented 3 months ago

After downloading the specified version of Doxygen and installing it, both the doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz and the extracted folder are left in the working directory, polluting it.

This may cause unexpected issues, such as example files being picked up by the doxygen run and ending up in the produced documentation.

The simple solution would be to clean up by removing the folder after installing the tool