⬆️ Update lazy rules automatically from https://github.com/wlxuf/Shadowrocket

This commit is contained in:
Johnshall
2023-05-26 13:51:03 +08:00
committed by GitHub
parent ca6925c93d
commit 72eda08c58
2 changed files with 8 additions and 2 deletions

View File

@@ -25,6 +25,12 @@ jobs:
- name: Run auto-build.sh
run: ./factory/auto_build.sh
- name: Update lazy rules
run: |
rm lazy.conf lazy_group.conf
curl -O https://raw.githubusercontent.com/wlxuf/Shadowrocket/main/lazy.conf
curl -O https://raw.githubusercontent.com/wlxuf/Shadowrocket/main/lazy_group.conf
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4