Update pythonapp.yml
This commit is contained in:
parent
0664c0c87e
commit
937a21376e
1 changed files with 9 additions and 8 deletions
17
.github/workflows/pythonapp.yml
vendored
17
.github/workflows/pythonapp.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue