Merge branch 'master' into Development

This commit is contained in:
Johnshall
2021-12-05 22:43:08 +08:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ on:
# 每日7时开始
- cron: '0 7 * * *'
# 可手动
# 可手动
workflow_dispatch:
jobs:
@@ -23,9 +23,8 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.7
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
branch: Development
with:
BRANCH: Development
FOLDER: .
commit-message : 'Nightly build'