Update kedro-action.yml

This commit is contained in:
Waylon Walker 2020-03-10 13:24:39 -05:00 committed by GitHub
parent 00002b1131
commit 19dbcac2a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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