This commit is contained in:
Jeff Epler 2020-08-11 17:01:12 -05:00
parent 066ee9c602
commit 49fa1fff89

View file

@ -18,7 +18,6 @@ jobs:
run: |
apt-get update
apt-get --no-install-recommends -y install admesh git imagemagick jekyll make openscad python3 python3-yaml xauth xvfb
env BUNDLE_SILENCE_ROOT_WARNING=true bundle update --bundler
- name: checkout
uses: actions/checkout@v2
- name: build
@ -26,6 +25,7 @@ jobs:
set -xe
echo "sourceurl: https://github.com/$GITHUB_REPOSITORY" >> _config.yml
cat _config.yml
env BUNDLE_SILENCE_ROOT_WARNING=true bundle update --bundler
env BUNDLE_SILENCE_ROOT_WARNING=true bundle install
env BUNDLE_SILENCE_ROOT_WARNING=true JEKYLL_ENV=production bundle exec xvfb-run make V=2 -O -j$(nproc) jekyll
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'