An open API service indexing awesome lists of open source software.

https://github.com/dbots-pkg/action-docs

Action that generates website docs for branches and tags using docgen
https://github.com/dbots-pkg/action-docs

Last synced: about 1 year ago
JSON representation

Action that generates website docs for branches and tags using docgen

Awesome Lists containing this project

README

          

# 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:

```yaml
- 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](LICENSE) for more info.