Skip to content

build(deps): bump mobx from 6.13.4 to 6.13.5 in /docs #1570

build(deps): bump mobx from 6.13.4 to 6.13.5 in /docs

build(deps): bump mobx from 6.13.4 to 6.13.5 in /docs #1570

Workflow file for this run

# SPDX-FileCopyrightText: Copyright 2023 The Minder Authors
# SPDX-License-Identifier: Apache-2.0
name: Test documentation
on:
workflow_call:
pull_request:
paths:
- "docs/**"
jobs:
test-deploy:
name: Test doc deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: 18
- name: Install dependencies
run: npm ci
working-directory: ./docs
- name: Test build website
run: npm run build
working-directory: ./docs