dwenegar / setup-doku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setup-lua

build

This action sets up Doku and DocFx.

Usage

See action.yml

Install the default version of Doku (1.1.0) and DocFx (2.67.2).

- uses: dwenegar/setup-doku

Install specific version of Doku and DocFx:

- uses: dwenegar/setup-doku
  with:
    doku-version: ...
    docfx-version: ...

License

The scripts and documentation in this project are released under the MIT License

About

License:MIT License


Languages

Language:JavaScript 70.7%Language:TypeScript 29.3%