Skip to content

Commit 2619f5f

Browse files
authored
Fix ad-free branch #1128
1 parent f9a86d6 commit 2619f5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ads.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git checkout -b Ad-Free origin/main
3030
fi
3131
32-
- name: Remove ad script block from m.js
32+
- name: Remove ad script block from m1.js
3333
run: |
3434
sed -i '/const blockedHostnames/,/document.body.appendChild(script);/d' static/assets/js/m1.js
3535
@@ -38,8 +38,8 @@ jobs:
3838
if git diff --quiet; then
3939
echo "No changes detected"
4040
else
41-
git add static/assets/js/m.js
42-
git commit -m "Remove ad injection block from m.js"
41+
git add static/assets/js/m1.js
42+
git commit -m "Remove ad injection block from m1.js"
4343
fi
4444
4545
- name: Push changes

0 commit comments

Comments
 (0)