Skip to content

fix actions

fix actions #564

Workflow file for this run

name: build
on:
- push
- pull_request
concurrency:
group: ${{ github.workflow }}:${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'
- name: install dependencies
run: pnpm install
- name: build
run: pnpm run build
- name: upload artifact
uses: actions/upload-artifact@v4
with:
name: help-site
path: build