This commit is contained in:
WaylonWalker 2020-02-29 19:49:23 -06:00
commit 6e031c3076

View file

@ -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