Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ifuture-pro/listify-actions

When you push document . It can generated list of contents to specified file.
https://github.com/ifuture-pro/listify-actions

actions blog directory docs document list-of-contents listify markdown push table-of-contents

Last synced: about 2 months ago
JSON representation

When you push document . It can generated list of contents to specified file.

Awesome Lists containing this project

README

        

Welcome to listify-actions 👋




Version


Version


Documentation


License: MIT

> When you push document . It will generate list of contents to specified file.
> Auto generate table of contents
> Generate and merge all directories to the specified file.

## Usage

### `workflow.yml` Example
Place in a `.yml` file such as this one in your `.github/workflows` folder.
Refer to the [documentation](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions) on workflow YAML syntax here.

```yaml
name: Auto directories

on: [push]

jobs:
listify-auto:
runs-on: ubuntu-latest
name: listify auto
steps:
- name: listify-actions
uses: ifuture-pro/listify-actions@master
with:
listify: ./ --blog
github_token: ${{ secrets.GH_TOKEN }}

```

### Variables
* `listify`: [Listify options](https://github.com/ifuture-pro/listify#usage) line
* `github_token`: When directory generate completed. Push it to you repository.

## Author

👤 **ifuture**

* Website: https://ifuture.pro
* Github: [@ifuture-pro](https://github.com/ifuture-pro)

## Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2019 [ifuture](https://github.com/ifuture-pro).

This project is [MIT](https://github.com/ifuture-pro/listify/blob/master/LICENSE) licensed.