We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bcf2b commit c6ed3daCopy full SHA for c6ed3da
.github/workflows/helm-release.yaml
@@ -54,6 +54,9 @@ jobs:
54
# Switch to gh-pages branch
55
git checkout gh-pages
56
57
+ # Pull the latest changes from the remote gh-pages branch
58
+ git pull origin gh-pages
59
+
60
# Copy artifacthub-repo.yaml from the current branch
61
git checkout "${{ github.ref }}" -- helm/supersonic/artifacthub-repo.yaml
62
0 commit comments