Skip to content

Update Export.md

Update Export.md #27

Workflow file for this run

name: checking build
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
deploy:
name: checking build
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧 # install and build with npm
run: |
npm install
npm run build