Skip to content

Remove 'unreleased' warning from csync v5 page #164

Remove 'unreleased' warning from csync v5 page

Remove 'unreleased' warning from csync v5 page #164

Workflow file for this run

name: Wiki CI
on:
pull_request:
env:
NODE_VERSION: 20.x
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
- name: Install packages
run: npm ci
- name: Build
run: npm run build
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist