8000
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 790ac4a commit 375ad0eCopy full SHA for 375ad0e
circle.yml
@@ -6,6 +6,9 @@ dependencies:
6
# https://github.com/jekyll/jekyll/issues/4122
7
#- bundle exec jekyll build -s jekyll -d jekyll/_site/docs/
8
9
+ # We want to expose the version file to public for the reusability
10
+ - cp jekyll/_data/trusty/versions.json jekyll/environments/trusty.json
11
+
12
# https://github.com/jekyll/jekyll/issues/4713
13
- JEKYLL_ENV=production bundle exec jekyll build --config jekyll/_config.yml,jekyll/_config_production.yml --source jekyll --destination jekyll/_site/docs/ 2>&1 | tee $CIRCLE_ARTIFACTS/build-results.txt
14
- if grep -qi "error" $CIRCLE_ARTIFACTS/build-results.txt; then exit 2; fi
jekyll/environments/.gitignore
0 commit comments