Skip to content

Commit

Permalink
also gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Sep 28, 2023
1 parent 834da49 commit 4abc882
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/update-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Generate Readme
run: |
./generate-readme.sh
cp README.md /tmp/README.md
- uses: stefanzweifel/git-auto-commit-action@v4
- name: Generate Readme gh-pages
run: |
git checkout gh-pages
rm -rf README.md
cp /tmp/README.md README.md
- uses: stefanzweifel/git-auto-commit-action@v4




Expand Down
2 changes: 1 addition & 1 deletion readme-template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LangStream Helm Charts Repositorya
# LangStream Helm Charts Repository

Charts:
- [LangStream](./charts/langstream/)
Expand Down

0 comments on commit 4abc882

Please sign in to comment.