Update kedro-action.yml
This commit is contained in:
parent
5d296bc1d2
commit
f0f151b480
1 changed files with 6 additions and 0 deletions
6
.github/workflows/kedro-action.yml
vendored
6
.github/workflows/kedro-action.yml
vendored
|
|
@ -14,6 +14,12 @@ jobs:
|
|||
- uses: actions/checkout@master
|
||||
- name: Kedro
|
||||
uses: WaylonWalker/kedro-action@1.0.2
|
||||
- name: Deploy-docs
|
||||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||
with:
|
||||
target_branch: gh-pages-docs
|
||||
build_dir: docs/build/html
|
||||
|
||||
|
||||
|
||||
#### Manual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue