mirror of
https://github.com/Johnshall/Shadowrocket-ADBlock-Rules-Forever.git
synced 2025-12-18 15:54:50 +08:00
Update main.yml
Fix the address.
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -22,10 +22,10 @@ jobs:
|
|||||||
run: ./factory/auto_build.sh
|
run: ./factory/auto_build.sh
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: JamesIves/github-pages-deploy-action@master
|
uses: JamesIves/github-pages-deploy-action@4.1.7
|
||||||
env:
|
env:
|
||||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
BASE_BRANCH: master # 要部署的文件夹所在的分支.
|
BASE_BRANCH: master
|
||||||
BRANCH: gh-pages
|
BRANCH: gh-pages
|
||||||
FOLDER: .
|
FOLDER: .
|
||||||
commit-message : 'Nightly build'
|
commit-message : 'Nightly build'
|
||||||
|
|||||||
Reference in New Issue
Block a user