Thanks to visit codestin.com
Credit goes to github.com

Skip to content

listify-actions

Actions
Generate and merge all directories to the specified file
v0.1.1
Latest
Star (4)

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 on workflow YAML syntax here.

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 line
  • github_token: When directory generate completed. Push it to you repository.

Author

👤 ifuture

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 ifuture.
This project is MIT licensed.

listify-actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Generate and merge all directories to the specified file
v0.1.1
Latest

listify-actions is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.