Skip to content

Commit 8102584

Browse files
authored
Update ci.yml
Fix sed
1 parent e0fcb05 commit 8102584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate index.html
3333
run: |
3434
tree -I 'CNAME' -H '.' -L 1 -h -D --timefmt '%Y-%m-%d %H:%M:%S %Z' --noreport --charset utf-8 -T 'Country IP Blocks' -o index.html
35-
sed -i "/\>.\</d" index.html
35+
sed -i "/\".\"/d" index.html
3636
cat github-corner.html >> index.html
3737
sed -i "s/your-url/github.com\/${GH_USER}\/${REPO}/g" index.html
3838
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)