Skip to content

fix: preserve the toggle rendering on the back #2621

fix: preserve the toggle rendering on the back

fix: preserve the toggle rendering on the back #2621

Workflow file for this run

name: Build Server
on:
push:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.18.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build
run: |
npm install
npm run build
env:
CI: true