try installing ruby manually
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 3m55s

This commit is contained in:
Florian Weber 2024-11-13 15:59:47 +01:00
parent a746b6f094
commit fb1c319dec
Signed by: f.weber
GPG Key ID: B162B599E31221C6

View File

@ -40,11 +40,10 @@ jobs:
ref: 'pages'
path: 'pages'
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.5' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
run: |
apt-get update && \
apt-get install ruby-full build-essential zlib1g-dev -y && \
gem install bundler jekyll webrick
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --destination pages