Skip to content
Snippets Groups Projects
Unverified Commit c6399510 authored by Jen Looper's avatar Jen Looper Committed by GitHub
Browse files

Merge branch 'main' into main

parents 7fa258bc 2429b397
No related branches found
No related tags found
No related merge requests found
name: docsify-action
# You may pin to the exact commit or the version.
# uses: tool3/docsify-action@0221337ae139ac03ef834b9705a13395d587ba0e
uses: tool3/docsify-action@v1.0.3
with:
# github access token
github_token:
# destination dir
dir: "etc/docsify"
# destination branch
branch: "main"
# docsify-cli args
docsify_args: # optional
# commit message used when pushing
commit_msg: # optional, default is docs update 📚
name: docs
on: [push]
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: tool3/docsify-action@master
with:
github_token: ${{ secrets.GP_TOKEN }}
dir: etc/docsify
# destination branch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment