Skip to content

Upgrades in the Vite-Laminar-ScalablyTyped tutorial. #254

Upgrades in the Vite-Laminar-ScalablyTyped tutorial.

Upgrades in the Vite-Laminar-ScalablyTyped tutorial. #254

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.5
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Build
run: bundle exec jekyll build