提交 a38d2de0 编写于 作者: C colynn.liu

upgrade: add base workflow

上级 ddee8d47
name: Compile
on:
push:
branches:
- contributing-help
jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@master
with:
submodules: true
- name: Buile atomci backend
run: |
make build
- name: Build frontend page
uses: actions/setup-node@v2
with:
node-version: '12'
run: |
cd web
yarn install
yarn run build
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册