Update pythonapp.yml
This commit is contained in:
parent
f7bc300d90
commit
01bcced088
1 changed files with 11 additions and 0 deletions
11
.github/workflows/pythonapp.yml
vendored
11
.github/workflows/pythonapp.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue