github action that creates beautiful docs from your README!
Click the Use this Template
and provide the new repo details for your action
docsify-action
allows you to quickly create beautiful docs from your existing README
file.
- uses: tool3/docsify-action@master
with:
github_token: ${{ secrets.GP_TOKEN }}
required
Github access token
destination directory
default: docs
destination branch
default: master
extra docsify-cli arguments
commit message used when pushing to destination branch
default: docs update 📚
name: docs
on: [push]
jobs:
bump:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tool3/docsify-action@master
with:
github_token: ${{ secrets.GP_TOKEN }}
instruct github pages
to serve docs from master
docs directory through your repository settings.
Now you have self updating docs !