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 b3dbd2b commit 8a6d794
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/gh-deploy-flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ jobs:
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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow is used to test any changes to the GitHub action

name: Test kedro-viz-gh-deploy-test Action
name: Test shareableviz-action

permissions:
contents: write
Expand Down

0 comments on commit 8a6d794

Please sign in to comment.