Update pythonapp.yml
This commit is contained in:
parent
6e031c3076
commit
5e83779019
1 changed files with 7 additions and 0 deletions
7
.github/workflows/pythonapp.yml
vendored
7
.github/workflows/pythonapp.yml
vendored
|
|
@ -59,6 +59,13 @@ jobs:
|
|||
- name: gatsby build
|
||||
run: |
|
||||
cd gatsby-kedro-viz && gatsby build
|
||||
|
||||
-name: Deploy-viz
|
||||
uses: crazy-max/ghaction-github-pages@v1
|
||||
with:
|
||||
target_branch: gh-pages
|
||||
build_dir: gatsby-kedro-viz/public
|
||||
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue