Update pythonapp.yml

This commit is contained in:
Waylon Walker 2020-02-29 18:06:52 -06:00 committed by GitHub
parent 48680dfd5b
commit 36ec4d998d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,14 @@ jobs:
- name: Run
run: |
kedro run
- name: install npm
run: |
npm i -g gatsby-cli
cd gatsby-kedro-viz && npm install
- name: gatsby build
run: |
cd gatsby-kedro-viz && gatsby build
- uses: actions/upload-artifact@v1
with:
name: default-kedro157.json
@ -53,3 +60,8 @@ jobs:
with:
name: docs
path: docs
- uses: actions/upload-artifact@v1
with:
name: gatsby-kedro-viz
path: gatsby-kedro-viz/public