Skip to content

update PlatON MTool User Manual #161

update PlatON MTool User Manual

update PlatON MTool User Manual #161

Workflow file for this run

name: Check code format
on:
pull_request:
branches:
- master
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: master
# 检查是否可以编译成功
- name: Build
run: cd website && npm install && npm run build