Update kedro-action.yml
This commit is contained in:
parent
8b33c8c867
commit
23ae7376a8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/kedro-action.yml
vendored
4
.github/workflows/kedro-action.yml
vendored
|
|
@ -21,11 +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 }}
|
||||||
|
- name: Deploy-viz
|
||||||
|
uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||||
with:
|
with:
|
||||||
target_branch: gh-pages-viz
|
target_branch: gh-pages-viz
|
||||||
build_dir: kedro-static-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