Skip to content

RUN-4579: Document sshExportQuoting control #206

RUN-4579: Document sshExportQuoting control

RUN-4579: Document sshExportQuoting control #206

Workflow file for this run

name: Build Check
on:
pull_request:
workflow_dispatch:
jobs:
build:
name: VuePress Build
runs-on: ubuntu-latest
env:
NODE_OPTIONS: "--max-old-space-size=6144"
CLOUDSMITH_NPM_TOKEN: ${{ secrets.CLOUDSMITH_NPM_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Set up Node.js
uses: actions/setup-node@v7
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build docs
run: npm run docs:build