Skip to content

fix: header footer 错误 #8

fix: header footer 错误

fix: header footer 错误 #8

Workflow file for this run

name: Dry build
on:
pull_request:
jobs:
DryBuild:
name: Dry build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v4
- run: yarn install
- run: yarn build