From 2d5a6a7a231744b3337c19d881a92a321805da42 Mon Sep 17 00:00:00 2001 From: ravi-kumar-pilla Date: Thu, 7 Mar 2024 18:03:25 -0600 Subject: [PATCH] testing deployment --- .github/workflows/gh-deploy-flow.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-deploy-flow.yml b/.github/workflows/gh-deploy-flow.yml index 4df19d5..0d9c698 100644 --- a/.github/workflows/gh-deploy-flow.yml +++ b/.github/workflows/gh-deploy-flow.yml @@ -22,10 +22,12 @@ jobs: pip install -r requirements.txt - name: Create build directory run: kedro viz build - - name: Create Tarball - run: | - tar -czvf gh-pages.tar.gz ./build + # - name: Create Tarball + # run: | + # tar -czvf gh-pages.tar.gz ./build - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3 + with: + path: './build' - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4