Skip to content

Commit be9df3c

Browse files
committed
restore helm chart repo index after docusaurus in travis
1 parent 2bcb9ac commit be9df3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
- git config --global user.email "${GH_EMAIL}"
5656
- echo "machine github.com login ${GH_NAME} password ${GH_TOKEN}" > ~/.netrc
5757
- 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
5859
- stage: sourcedocs
5960
<<: *elixir-env
6061
script:

0 commit comments

Comments
 (0)