Create docsify.yml

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

12
.github/workflows/docsify.yml vendored Normal file
View File

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