Skip to content

Bump ruby/setup-ruby from 1.235.0 to 1.270.0 #220

Bump ruby/setup-ruby from 1.235.0 to 1.270.0

Bump ruby/setup-ruby from 1.235.0 to 1.270.0 #220

Workflow file for this run

name: documentation
on:
push:
branches:
- master
pull_request:
env:
RUBY_VERSION: 3.0.3
NODE_VERSION: 20.11.0
jobs:
build-documentation:
name: 'Build documentation'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
node-version: ${{ env.NODE_VERSION }}
- run: |
cd documentation
yarn
yarn build