parent
0c250b77c6
commit
53ad8ce4bf
1 changed files with 3 additions and 3 deletions
|
@ -10,10 +10,10 @@ jobs:
|
|||
image: ruby:3.3
|
||||
|
||||
steps:
|
||||
- name: Install node
|
||||
run: apt update && apt install nodejs -y
|
||||
- name: Install system dependencies
|
||||
run: apt update && apt install nodejs rsync -y
|
||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
- name: Install ruby dependencies
|
||||
run: bundle install
|
||||
- name: Build site
|
||||
run: jekyll build --future --config _config.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue