Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 462 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 462 Bytes

action-docs

Action that generates website docs for branches and tags using docgen

Usage

Imporant: this action requires the docs/docs.json file to be built before the action is run.

How to use it in a workflow:

- run: npm run docs

- uses: dbots-pkg/action-docs@v1
  env:
    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

License

This actions is distributed under the MIT license, check the license file for more info.