Update build.yml

pull/124/head
Josh Moore 4 years ago committed by GitHub
parent 46e1aa680b
commit a97c12f330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save