Update pythonapp.yml

This commit is contained in:
Waylon Walker 2020-03-01 11:29:48 -06:00 committed by GitHub
parent f7bc300d90
commit 01bcced088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,10 @@ 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
- name: Docs
run: |
kedro build-docs
@ -70,6 +74,13 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
- name: Deploy-viz
uses: crazy-max/ghaction-github-pages@v1.3.0
with:
target_branch: gh-pages-docs
build_dir: docs
env:
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
- uses: actions/upload-artifact@v1
with: