Skip to content
align-left

GitHub Action

listify-actions

v0.1.1 Latest version

listify-actions

align-left

listify-actions

Generate and merge all directories to the specified file

Installation

Copy and paste the following snippet into your .yml file.

              

- name: listify-actions

uses: ifuture-pro/listify-actions@v0.1.1

Learn more about this action in ifuture-pro/listify-actions

Choose a version

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.