From 0e3ce4e0655d0013d720e26ce29e94f05c62b467 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 1 Mar 2020 19:50:13 -0600 Subject: [PATCH] Update pythonapp.yml --- .github/workflows/pythonapp.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index 153dba5..1edcf7b 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -81,6 +81,13 @@ jobs: - name: Docs run: | kedro build-docs + - 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: Package run: | kedro package @@ -113,13 +120,7 @@ jobs: env: 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 }} + # STORE ARTIFACTS