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 2bcb9ac commit be9df3cCopy full SHA for be9df3c
.travis.yml
@@ -55,6 +55,7 @@ jobs:
55
- git config --global user.email "${GH_EMAIL}"
56
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
57
- cd website && yarn install && GIT_USER="${GH_NAME}" yarn run publish-gh-pages
58
+ - git checkout gh-pages && git checkout $(git rev-list -n1 HEAD -- index.yaml)~1 -- index.yaml && git add index.yaml && git commit -m "Auto-restore Helm chart repo index after Docusaurus publish" && git push --verbose
59
- stage: sourcedocs
60
<<: *elixir-env
61
script:
0 commit comments