Skip to content

docs(common): chines doc url updated #34

docs(common): chines doc url updated

docs(common): chines doc url updated #34

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Install and Build
run: |
npm install
npm run build
npm run preview:build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: example/dist