Skip to content

Add github workflows #6

Add github workflows

Add github workflows #6

Workflow file for this run

name: Build page
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2'
bundler-cache: true
- name: Build
run: bundle exec jekyll build