Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

setup-gnatdoc

GitHub Action to use gnatdoc

This GitHub Action will install gnatdoc (GNAT Documentation Generation Tool). It uses Alire and a custom alire index to build the tool if it is not already in the cache.

Usage

Inputs

- uses: reznikmm/setup-gnatdoc@v1
  with:
    # A directory to install GNATdoc.
    # Optional. Default is '.gnatdoc'
    install-prefix: .gnatdoc

Example

- uses: reznikmm/setup-gnatdoc@v1

- name: Build binari and doc
  run: gnatdoc -P test.gpr --output-dir output --backend html

- name: Archive output
  uses: actions/upload-artifact@v4
  with:
    name: output
    path: ./output

About

GitHub Action to use gnatdoc

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors