parent
8f378dbd78
commit
4456056f83
4 changed files with 4 additions and 5 deletions
5
.github/workflows/update-docs.yml
vendored
5
.github/workflows/update-docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue