Update pythonapp.yml

This commit is contained in:
Waylon Walker 2020-03-01 19:35:12 -06:00 committed by GitHub
parent 0664c0c87e
commit 937a21376e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,9 +47,7 @@ jobs:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-node-
- name: Install kedro library
run: |
@ -73,10 +71,13 @@ jobs:
run: |
pip install kedro-viz
kedro viz --save-file gatsby-kedro-viz/src/pages/default-kedro157.json
- name: Docker
run: |
pip install kedro-docker
kedro docker build
# Docker build is slow, temporarily turn off
# - name: Docker
# run: |
# pip install kedro-docker
# kedro docker build
- name: Docs
run: |
kedro build-docs
@ -112,7 +113,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
- name: Deploy-viz
- name: Deploy-docs
uses: crazy-max/ghaction-github-pages@v1.3.0
with:
target_branch: gh-pages-docs