mirror of
https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever.git
synced 2025-12-20 00:34:59 +08:00
Merge branch 'master' into Development
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user