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