Create docsify.yml
This commit is contained in:
parent
fc8e0ae15c
commit
023751988c
|
|
@ -0,0 +1,12 @@
|
|||
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 }}
|
||||
Loading…
Reference in New Issue