From a97c12f330288d3d625cf69d9a380b5ff5a1098b Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 21 May 2020 16:44:08 -0600 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 969264a..2c16ed5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: npm i - name: Build - run: node _build.js + run: node ../_build.js - name: Commit run: | git add README-test.md @@ -27,4 +27,4 @@ jobs: uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - branch: automation + branch: master