Skip to content

docs(README): 添加引入 antd 相关说明 #6

docs(README): 添加引入 antd 相关说明

docs(README): 添加引入 antd 相关说明 #6

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install and Build
run: |
npm install pnpm@7.24.0 -g
pnpm install
pnpm build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: dist