whatever
This commit is contained in:
parent
066ee9c602
commit
49fa1fff89
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue