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 c79d277 commit e0fcb05Copy full SHA for e0fcb05
.github/workflows/ci.yml
@@ -31,7 +31,8 @@ jobs:
31
run: curl -sL https://gist.github.com/HackingGate/9e8169c7645b074b2f40c959ca20d738/raw/3ae3913f308d9cf34962ac3488b5973a2fbe1a95/restore_last_git_modified_time.sh | sh
32
- name: Generate index.html
33
run: |
34
- tree -I '.nojekyll|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
+ 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
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