A little bit of docs cleanup (#244)

Updates documentation
This commit is contained in:
Kamron Batman 2020-09-13 15:35:44 -07:00 committed by GitHub
parent 8f378dbd78
commit 4456056f83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View file

@ -1,11 +1,12 @@
name: ci
name: Updates Docs
on:
push:
branches:
- master
jobs:
deploy:
update-docs:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'docs') || contains(github.event.head_commit.message, 'documentation')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2