Update kedro-action.yml

This commit is contained in:
Waylon Walker 2020-03-05 17:35:52 -06:00 committed by GitHub
parent 5d296bc1d2
commit f0f151b480
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,12 @@ jobs:
- uses: actions/checkout@master
- name: Kedro
uses: WaylonWalker/kedro-action@1.0.2
- name: Deploy-docs
uses: crazy-max/ghaction-github-pages@v1.3.0
with:
target_branch: gh-pages-docs
build_dir: docs/build/html
#### Manual