Skip to content

Commit

Permalink
testing setup and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-kumar-pilla committed Jul 25, 2024
1 parent 88c0750 commit 43e8f27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
environment:
name: github-pages
steps:
- name: Fetch the repository
uses: actions/checkout@v4
Expand Down
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ runs:
if !(kedro viz build ${{ env.build_flags }} |& tee /dev/stderr | grep -i -q "Success!"); then
exit 1
fi
shell: bash
shell: bash
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand All @@ -56,5 +58,4 @@ runs:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
token: ${{ github.token }}
artifact_name: github-pages-${{ github.sha }}

0 comments on commit 43e8f27

Please sign in to comment.