Skip to content

chore(release): 1.0.11 #127

chore(release): 1.0.11

chore(release): 1.0.11 #127

Workflow file for this run

name: 发布到github pages
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: 获取源码 🛎️
uses: actions/[email protected]
- name: 安装依赖和构建 🔧
run: |
npm i pnpm -g
pnpm install
pnpm run docs:build
- name: 部署 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/.vitepress/dist # The folder the action should deploy.