Update pythonapp.yml

This commit is contained in:
Waylon Walker 2020-02-29 20:18:43 -06:00 committed by GitHub
parent 6e031c3076
commit 5e83779019
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,13 @@ jobs:
- name: gatsby build
run: |
cd gatsby-kedro-viz && gatsby build
-name: Deploy-viz
uses: crazy-max/ghaction-github-pages@v1
with:
target_branch: gh-pages
build_dir: gatsby-kedro-viz/public
- uses: actions/upload-artifact@v1
with: