Skip to content

✨ Add tic-tac-toe example (#2) #21

✨ Add tic-tac-toe example (#2)

✨ Add tic-tac-toe example (#2) #21

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.2.2' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: helaili/jekyll-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
jekyll_build_options: "--config _config.yml,_config_base.yml"