Update kedro-action.yml

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

View file

@ -21,11 +21,11 @@ jobs:
build_dir: docs/build/html
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
- name: Deploy-viz
uses: crazy-max/ghaction-github-pages@v1.3.0
with:
target_branch: gh-pages-viz
build_dir: kedro-static-viz
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
#### Manual