Skip to content

book: write Control key as just «Ctrl», not «Ctrl>» #3202

book: write Control key as just «Ctrl», not «Ctrl>»

book: write Control key as just «Ctrl», not «Ctrl>» #3202

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- name: Setup Node
uses: actions/setup-node@v4.0.2
with:
node-version: 20
- run: npm install
# - run: npm run build
- name: Build Static Docs
env:
NODE_OPTIONS: '--max_old_space_size=8192'
run: npm run build