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