Skip to content

add gh action for build docs #1

add gh action for build docs

add gh action for build docs #1

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- update-ci
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler-cache: true