Skip to content

Commit

Permalink
remove fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Aug 31, 2024
1 parent 493ed20 commit 616dc97
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-helm-chart-publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
CR_RELEASE_NAME_TEMPLATE: "kubeai-helm-chart-{{ .Version }}"
- name: Copy index.yaml from gh-pages branch to main branch docs/index.yaml
run: |
git fetch origin gh-pages
git checkout gh-pages -- /tmp/index.yaml
git checkout gh-pages -- index.yaml
git checkout main
mkdir -p docs
mv /tmp/index.yaml docs/index.yaml
Expand Down

0 comments on commit 616dc97

Please sign in to comment.