diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 6448637b..00000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -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 \ No newline at end of file