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