Skip to content

Commit

Permalink
make sure index.yaml checked in
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbarnett committed Aug 11, 2024
1 parent 812c5fa commit 1811bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
git checkout -f gh-pages
git checkout main -- charts/cloudzero-agent/docs charts/cloudzero-agent/README.md README.md
git add README.md charts/cloudzero-agent/docs charts/cloudzero-agent/README.md
git add cloudzero-agent-${{ env.NEW_VERSION }}.tgz
git add cloudzero-agent-${{ env.NEW_VERSION }}.tgz index.yaml
git commit -m "Commit for ${{ env.NEW_VERSION }}"
git push origin gh-pages
continue-on-error: true
Expand Down

0 comments on commit 1811bb1

Please sign in to comment.