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
|
uses: WaylonWalker/kedro-action@develop
|
||||||
with:
|
with:
|
||||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||||
- name: Deploy-docs
|
verbose: true
|
||||||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
|
||||||
with:
|
# - name: Deploy-docs
|
||||||
target_branch: gh-pages-docs
|
# uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||||
build_dir: docs/build/html
|
# with:
|
||||||
env:
|
# target_branch: gh-pages-docs
|
||||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
# build_dir: docs/build/html
|
||||||
- name: Deploy-viz
|
# env:
|
||||||
uses: crazy-max/ghaction-github-pages@v1.3.0
|
# GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||||
with:
|
# - name: Deploy-viz
|
||||||
target_branch: gh-pages-viz
|
# uses: crazy-max/ghaction-github-pages@v1.3.0
|
||||||
build_dir: kedro-static-viz
|
# with:
|
||||||
env:
|
# target_branch: gh-pages-viz
|
||||||
GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
# build_dir: kedro-static-viz
|
||||||
|
# env:
|
||||||
|
# GITHUB_PAT: ${{ secrets.GITHUB_PAT }}
|
||||||
|
|
||||||
|
|
||||||
#### Manual
|
#### Manual
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue