Update pythonapp.yml
This commit is contained in:
parent
48680dfd5b
commit
36ec4d998d
1 changed files with 13 additions and 1 deletions
14
.github/workflows/pythonapp.yml
vendored
14
.github/workflows/pythonapp.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue