Update docsify.yml

This commit is contained in:
Jen Looper 2022-04-28 12:11:12 -04:00 committed by GitHub
parent 023751988c
commit 13a1547af2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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"