Skip to content

Bump @tinacms/cli from 1.5.43 to 1.5.45 #118

Bump @tinacms/cli from 1.5.43 to 1.5.45

Bump @tinacms/cli from 1.5.43 to 1.5.45 #118

Workflow file for this run

name: Build Jekyll Site
on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
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