This commit is contained in:
parent
76cc520bba
commit
70a5c7a943
19
.gitea/workflows/jekyll.yaml
Normal file
19
.gitea/workflows/jekyll.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
name: Jekyll
|
||||
run-name: ${{ gitea.actor }} is building the website
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
main
|
||||
|
||||
jobs:
|
||||
build-site:
|
||||
runs-on: linux_amd64
|
||||
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
|
Loading…
Reference in New Issue
Block a user