Skip to content

Change the default release version for SRS documentation to 5.0. (#56) #333

Change the default release version for SRS documentation to 5.0. (#56)

Change the default release version for SRS documentation to 5.0. (#56) #333

Workflow file for this run

name: Test for commits
on:
push:
branches: [main]
jobs:
test:
name: Test for commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
cache: yarn
- name: Build website
run: |
yarn install --frozen-lockfile
yarn build