Skip to content

docs: 修改point比例尺英文文档嵌入的链接 #4223

docs: 修改point比例尺英文文档嵌入的链接

docs: 修改point比例尺英文文档嵌入的链接 #4223

Workflow file for this run

name: build
on:
push:
branches: [v5]
pull_request:
branches: [v5]
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '14'
- name: Run CI
run: |
npm install
npm run ci
- name: Upload blob report to GitHub Actions Artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: snapshots
path: |
__tests__/integration/snapshots/**/*-actual.svg
__tests__/integration/snapshots/**/*-actual.html
retention-days: 1