Skip to content

Create jekyll-gh-pages.yml #3

Create jekyll-gh-pages.yml

Create jekyll-gh-pages.yml #3

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
cache-version: 0
- name: Install gem requirements
run: bundle install
- name: Build with Jekyll
run: bundle exec jekyll build