Skip to content

Commit

Permalink
Correct building of readme html
Browse files Browse the repository at this point in the history
  • Loading branch information
leifcr committed Mar 19, 2019
1 parent 3039fc0 commit 7606da9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ pages:
- helm package . --destination ./public
- helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} ./public
- mv -f ./public/auto-deploy-rails*.tgz /tmp
- cp ./public/index.yaml ./chart_site/ && mv -f ./public/index.yaml ./chart_site/_data/ && cp ./README.md ./chart_site/readme.md
- cp ./public/index.yaml ./chart_site/ && mv -f ./public/index.yaml ./chart_site/_data/
- echo "---\nlayout: home\n---" > ./chart_site/readme.md && cat ./README.md >> ./chart_site/readme.md
- cd chart_site && bundle install
- jekyll build --destination ../public && rm ../public/feed.xml && cd ..
- mv /tmp/*.tgz ./public
Expand Down

0 comments on commit 7606da9

Please sign in to comment.