From 19dbcac2a53ce903b80833c5a1416ce3e7a3e495 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Tue, 10 Mar 2020 13:24:39 -0500 Subject: [PATCH] Update kedro-action.yml --- .github/workflows/kedro-action.yml | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/.github/workflows/kedro-action.yml b/.github/workflows/kedro-action.yml index c23f5c7..0837ca7 100644 --- a/.github/workflows/kedro-action.yml +++ b/.github/workflows/kedro-action.yml @@ -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