This commit is contained in:
parent
9772ea8551
commit
e3866d1be6
1 changed files with 4 additions and 5 deletions
|
@ -6,14 +6,13 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
# container:
|
||||
# image: ruby:33
|
||||
container:
|
||||
image: ruby:3.3
|
||||
|
||||
steps:
|
||||
- name: Install node
|
||||
run: apt update && apt install nodejs -y
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3'
|
||||
- name: Install dependencies
|
||||
run: bundle install
|
||||
- name: Build site
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue