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 c853079 commit b071e2aCopy full SHA for b071e2a
.travis.yml
@@ -67,7 +67,7 @@ jobs:
67
- git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
68
- git fetch origin
69
- git checkout gh-pages
70
- - git checkout $(git rev-list -n1 HEAD -- index.yaml)~1 -- index.yaml > /dev/null 2>&1 | true
+ - test -e index.yaml || git checkout $(git rev-list -n1 HEAD -- index.yaml)~1 -- index.yaml
71
- git add index.yaml
72
- git diff-index --quiet HEAD || git commit -m "Auto-restore Helm chart repo index after Docusaurus publish"
73
- git push
0 commit comments