Skip to content

Add github workflows #4

Add github workflows

Add github workflows #4

Workflow file for this run

name: Build page
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: |
gem install bundle && \
bundle install
- name: Build
run: bundle exec jekyll build