Skip to content

ifuture-pro/listify-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.