Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkuan committed Jan 4, 2024
1 parent 06fe0ad commit 5461465
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ git switch gh-pages

git pull origin gh-pages

helm repo index --url https://splashtopinc.github.io/stp-o11y .

rm -rf charts

git add .

## 🚨 🚨 🚨 only need commit `index.yaml` and `stp-o11y-x.x.x.tgz` 🚨 🚨 🚨
git status

git ci -a -m "release version"
git commit -a -m "release version"

git push origin gh-pages
```

0 comments on commit 5461465

Please sign in to comment.