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 8a6d794 commit 31fc158
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/gh-deploy-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,9 @@ 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: Upload Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: "./build"
- name: Configure GitHub Pages
uses: actions/configure-pages@v4
with:
enablement: true
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4

0 comments on commit 31fc158

Please sign in to comment.