Skip to content

feat: support region params to speedup loading for china mainland user. #9

feat: support region params to speedup loading for china mainland user.

feat: support region params to speedup loading for china mainland user. #9

Workflow file for this run

name: Build Github Pages and Deploy
on:
push:
branches:
- main
jobs:
build-pages:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |
npm ci
npm run build
- run: cp -Rp dist/umd/* public/
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.0
with:
branch: gh-pages
folder: public