Update docsify.yml
This commit is contained in:
parent
023751988c
commit
13a1547af2
|
|
@ -3,10 +3,13 @@ name: docs
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
bump:
|
||||
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
|
||||
branch: "main"
|
||||
|
|
|
|||
Loading…
Reference in New Issue