Update pythonapp.yml
This commit is contained in:
parent
03ce29d937
commit
e211d98f2d
1 changed files with 9 additions and 0 deletions
9
.github/workflows/pythonapp.yml
vendored
9
.github/workflows/pythonapp.yml
vendored
|
|
@ -44,3 +44,12 @@ jobs:
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
kedro run
|
kedro run
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: default-kedro157.json
|
||||||
|
path: default-kedro157.json
|
||||||
|
- uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: docs
|
||||||
|
path: docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue