try installing ruby manually
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 3m55s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 3m55s
This commit is contained in:
parent
a746b6f094
commit
fb1c319dec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user