Update kedro-action.yml

This commit is contained in:
Waylon Walker 2020-03-06 16:24:54 -06:00 committed by GitHub
parent 24397b0382
commit 8b33c8c867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Kedro
uses: WaylonWalker/kedro-action@0169de4
uses: WaylonWalker/kedro-action@55b1f7a
- name: Deploy-docs
uses: crazy-max/ghaction-github-pages@v1.3.0
with:
@ -21,6 +21,11 @@ jobs:
build_dir: docs/build/html
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
with:
target_branch: gh-pages-viz
build_dir: kedro-static-viz
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
#### Manual