We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fcb05 commit 8102584Copy full SHA for 8102584
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Generate index.html
33
run: |
34
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
+ sed -i "/\".\"/d" index.html
36
cat github-corner.html >> index.html
37
sed -i "s/your-url/github.com\/${GH_USER}\/${REPO}/g" index.html
38
- name: Deploy to GitHub Pages
0 commit comments