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
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@master
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.7
|
||||
env:
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
BASE_BRANCH: master # 要部署的文件夹所在的分支.
|
||||
BASE_BRANCH: master
|
||||
BRANCH: gh-pages
|
||||
FOLDER: .
|
||||
commit-message : 'Nightly build'
|
||||
|
||||
Reference in New Issue
Block a user