Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Aug 22, 2024
1 parent c697585 commit a214195
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 0 7 * *'

jobs:
build:
Expand All @@ -14,6 +14,8 @@ jobs:
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:
Expand Down

0 comments on commit a214195

Please sign in to comment.