Skip to content

Commit 4ef71f7

Browse files
committed
index repo and push to gh pages
1 parent 0ed3955 commit 4ef71f7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/helm-chart-update.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jobs:
5757
5858
git config user.name 'github-actions[bot]'
5959
git config user.email 'github-actions[bot]@users.noreply.github.com'
60-
git add helm/
60+
git add .
61+
62+
git status
63+
6164
git commit -m "Update Helm repo"
6265
git push

.github/workflows/web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- push-helm-repo-source
7+
# - push-helm-repo-source
88
# paths:
99
# - web/**
1010

0 commit comments

Comments
 (0)