Remove setup-ruby, assume jekyll is installed on host
All checks were successful
Jekyll / build-site (push) Successful in 3s
All checks were successful
Jekyll / build-site (push) Successful in 3s
This commit is contained in:
parent
70a5c7a943
commit
45b5a9b8d7
@ -11,9 +11,5 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42
|
||||
with:
|
||||
ruby-version: '3.1'
|
||||
bundler-cache: true
|
||||
cache-version: 0
|
||||
- name: Build
|
||||
run: jekyll build --destination /usr/share/caddy/shylie.info/_site
|
Loading…
Reference in New Issue
Block a user