Skip to content

Commit

Permalink
generate new index.yaml and push to git
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 15, 2024
1 parent 6249cc8 commit 3c023b8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/helm-package-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,10 @@ jobs:
helm repo index . --url https://oguzhan-yilmaz.github.io/steampipe-powerpipe-kubernetes/ --merge gh-pages-clone/index.yaml
ls -al
rm gh-pages-clone/index.yaml
cp index.yaml gh-pages-clone/index.yaml
cd gh-pages-clone
pwd
cat index.yaml
# cd gh-pages-clone
# pwd
# cat index.yaml
# cd ..
git push origin/gh-pages

0 comments on commit 3c023b8

Please sign in to comment.