From f4c1885f26147a9d616cf90ec24a0f45a4917239 Mon Sep 17 00:00:00 2001 From: gentlyxu <1243610+gentlyxu@users.noreply.github.com> Date: Sat, 22 Aug 2020 23:56:13 +0800 Subject: [PATCH] supported surge2 --- .github/workflows/sync-to-dist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-to-dist.yml b/.github/workflows/sync-to-dist.yml index 3064e32c..53d1848a 100644 --- a/.github/workflows/sync-to-dist.yml +++ b/.github/workflows/sync-to-dist.yml @@ -27,6 +27,7 @@ jobs: cp ./adblock-for-dnsmasq.conf ~/website/docs/anti-ad-for-dnsmasq.conf cp ./anti-ad-smartdns.conf ~/website/docs/anti-ad-for-smartdns.conf cp ./anti-ad-surge.txt ~/website/docs/surge.txt + cp ./anti-ad-surge2.txt ~/website/docs/surge2.txt cp ./anti-ad-domains.txt ~/website/docs/domains.txt - name: Commit files run: |