next try with ruby setup
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 21s
Some checks failed
Deploy Jekyll site to Pages / build (push) Failing after 21s
This commit is contained in:
parent
bd02f1fcaa
commit
a746b6f094
@ -30,7 +30,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
# Build job
|
# Build job
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -39,12 +39,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: 'pages'
|
ref: 'pages'
|
||||||
path: 'pages'
|
path: 'pages'
|
||||||
# - name: Setup Ruby
|
- name: Setup Ruby
|
||||||
# uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
# with:
|
with:
|
||||||
# ruby-version: '3.3.5' # Not needed with a .ruby-version file
|
ruby-version: '3.3.5' # Not needed with a .ruby-version file
|
||||||
# bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
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
|
cache-version: 0 # Increment this number if you need to re-download cached gems
|
||||||
- name: Build with Jekyll
|
- name: Build with Jekyll
|
||||||
# Outputs to the './_site' directory by default
|
# Outputs to the './_site' directory by default
|
||||||
run: bundle exec jekyll build --destination pages
|
run: bundle exec jekyll build --destination pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user