Update kedro-action.yml
This commit is contained in:
parent
00002b1131
commit
19dbcac2a5
1 changed files with 16 additions and 14 deletions
30
.github/workflows/kedro-action.yml
vendored
30
.github/workflows/kedro-action.yml
vendored
|
|
@ -20,20 +20,22 @@ jobs:
|
|||
uses: WaylonWalker/kedro-action@develop
|
||||
with:
|
||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
- name: Deploy-docs
|
||||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||
with:
|
||||
target_branch: gh-pages-docs
|
||||
build_dir: docs/build/html
|
||||
env:
|
||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
- name: Deploy-viz
|
||||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||
with:
|
||||
target_branch: gh-pages-viz
|
||||
build_dir: kedro-static-viz
|
||||
env:
|
||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
verbose: true
|
||||
|
||||
# - name: Deploy-docs
|
||||
# uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||
# with:
|
||||
# target_branch: gh-pages-docs
|
||||
# build_dir: docs/build/html
|
||||
# env:
|
||||
# GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
# - name: Deploy-viz
|
||||
# uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||
# with:
|
||||
# target_branch: gh-pages-viz
|
||||
# build_dir: kedro-static-viz
|
||||
# env:
|
||||
# GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||
|
||||
|
||||
#### Manual
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue