Skip to content

build

build #2

Workflow file for this run

name: build
on:
workflow_dispatch:
schedule:
- cron: '0 0 7 * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up npm
run: npm install
- name: Build
run: npm run build
- name: git add all
run: git add -A
- name: push
uses: actions-go/push@master
with:
author-email: [email protected]
author-name: Taromati2
commit-message: 'file update~'
remote: origin