Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs #125

chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs

chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs #125

Workflow file for this run

name: Test Documentation deployment
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache-dependency-path: docs
- name: Install dependencies
run: yarn install
working-directory: docs
- name: Test build website
run: yarn build
working-directory: docs