https://github.com/ssciwr/doxygen-install
GitHub Action to install Doxygen
https://github.com/ssciwr/doxygen-install
actions github-actions
Last synced: about 2 months ago
JSON representation
GitHub Action to install Doxygen
- Host: GitHub
- URL: https://github.com/ssciwr/doxygen-install
- Owner: ssciwr
- License: mit
- Created: 2023-03-23T09:37:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T12:04:46.000Z (3 months ago)
- Last Synced: 2025-07-27T20:52:26.345Z (2 months ago)
- Topics: actions, github-actions
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 12
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# doxygen-install
A GitHub action to install Doxygen. It downloads from [Doxygen's Github release page](https://github.com/doxygen/doxygen/releases) and deals with the OS-specificness of the distribution.
## Example usage
```
- uses: ssciwr/doxygen-install@v1
```Optionally, you can specify the desired Doxygen version
```
- uses: ssciwr/doxygen-install@v1
with:
version: "1.14.0"
```