Update kedro-action.yml
This commit is contained in:
parent
24397b0382
commit
8b33c8c867
1 changed files with 6 additions and 1 deletions
7
.github/workflows/kedro-action.yml
vendored
7
.github/workflows/kedro-action.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Kedro
|
- name: Kedro
|
||||||
uses: WaylonWalker/kedro-action@0169de4
|
uses: WaylonWalker/kedro-action@55b1f7a
|
||||||
- name: Deploy-docs
|
- name: Deploy-docs
|
||||||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||||
with:
|
with:
|
||||||
|
|
@ -21,6 +21,11 @@ jobs:
|
||||||
build_dir: docs/build/html
|
build_dir: docs/build/html
|
||||||
env:
|
env:
|
||||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||||
|
with:
|
||||||
|
target_branch: gh-pages-viz
|
||||||
|
build_dir: kedro-static-viz
|
||||||
|
env:
|
||||||
|
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||||
|
|
||||||
|
|
||||||
#### Manual
|
#### Manual
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue