Skip to content

Commit

Permalink
testing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Mar 8, 2024
1 parent 874200d commit 2d5a6a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gh-deploy-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2d5a6a7

Please sign in to comment.