Skip to content

- add link to crystALL repo #47

- add link to crystALL repo

- add link to crystALL repo #47

Workflow file for this run

name: Jekyll CI
on:
push:
paths:
- README.md
- .github/**
- _config.yml
- _sass/color_schemes/wider.scss
- Gemfile
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
# Build job
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Build with Jekyll
run: bundle exec jekyll build