generated from pixx/chirpy-starter
This commit is contained in:
@@ -35,14 +35,11 @@ jobs:
|
||||
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
|
||||
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
||||
|
||||
#- name: Setup Ruby
|
||||
# uses: ruby/setup-ruby@v1
|
||||
# with:
|
||||
# ruby-version: 3.3
|
||||
# bundler-cache: true
|
||||
- name: Use system Ruby
|
||||
run: |
|
||||
ruby -v || sudo apt update && sudo apt install -y ruby-full
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.3
|
||||
bundler-cache: true
|
||||
|
||||
- name: Build site
|
||||
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
|
||||
|
||||
Reference in New Issue
Block a user