Skip to content

Commit

Permalink
index repo and push to gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Dec 30, 2024
1 parent 0ed3955 commit 4ef71f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/helm-chart-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git add helm/
git add .
git status
git commit -m "Update Helm repo"
git push
2 changes: 1 addition & 1 deletion .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- push-helm-repo-source
# - push-helm-repo-source
# paths:
# - web/**

Expand Down

0 comments on commit 4ef71f7

Please sign in to comment.