Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssciwr/doxygen-install
GitHub Action to install Doxygen
https://github.com/ssciwr/doxygen-install
actions github-actions
Last synced: about 1 month 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T09:33:10.000Z (3 months ago)
- Last Synced: 2024-09-28T11:23:17.483Z (about 2 months ago)
- Topics: actions, github-actions
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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.12.0"
```