Skip to content

ssciwr/doxygen-install

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

doxygen-install

A GitHub action to install Doxygen. It downloads from Doxygen's Github release page 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.10.0"