2
0
mirror of https://github.com/frappe/books.git synced 2024-09-19 19:19:02 +00:00

fix: delete workflows, added it in by mistake 😔

This commit is contained in:
Alan 2021-12-12 12:23:15 +05:30 committed by GitHub
parent 9e13db698e
commit 89cbc1c6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,46 +0,0 @@
name: Build
on:
push:
branches: [ $default-branch ]
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Setup node
uses: actions/setup-node@v2
with:
node-versions: '16.4.0'
- name: Checkout Books
uses: actions/checkout@v2
with:
path: app
- name: Checkout FrappeJS
uses: actions/checkout@v2
with:
repository: 'frappe/frappejs'
path: framework
- name: Setup FrappeJS
run: |
cd framework/frappejs
yarn
yarn link
- name: Setup Books
run: |
cd app/books
yarn
yarn link frappejs
- name: Run build
run: yarn electron:build --linux