Skip to content

优化奖项认证表述 (#90) #572

优化奖项认证表述 (#90)

优化奖项认证表述 (#90) #572

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
- uses: pnpm/action-setup@v4
name: install pnpm
with:
run_install: false
- 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