Skip to content

Update dependency github-pages to v231 #58

Update dependency github-pages to v231

Update dependency github-pages to v231 #58

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1.175.0
- name: Run Jekyll build
run: |
bundle install
bundle exec jekyll build