[Actions] Struggle with containers for real tho
All checks were successful
/ jekyll (push) Successful in 28s
All checks were successful
/ jekyll (push) Successful in 28s
This commit is contained in:
parent
eeea307613
commit
37d3ec7e40
1 changed files with 2 additions and 6 deletions
|
@ -1,14 +1,10 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
jekyll:
|
||||
runs-on: node20
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
image: jvconseil/jekyll-docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3' # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
- run: bundle install
|
||||
- run: jekyll help
|
||||
|
|
Loading…
Reference in a new issue