Merge branch 'master' of https://github.com/WaylonWalker/default-kedro157
This commit is contained in:
commit
6e031c3076
1 changed files with 20 additions and 0 deletions
20
.github/workflows/pythonapp.yml
vendored
20
.github/workflows/pythonapp.yml
vendored
|
|
@ -45,6 +45,21 @@ jobs:
|
|||
run: |
|
||||
kedro run
|
||||
|
||||
- name: Use Node.js 13.x
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 13.x
|
||||
registry-url: https://npm.pkg.github.com/
|
||||
scope: '@ownername'
|
||||
|
||||
- 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 +68,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