Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Fix sed
  • Loading branch information
HackingGate authored Jan 25, 2023
1 parent e0fcb05 commit 8102584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Generate index.html
run: |
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
sed -i "/\>.\</d" index.html
sed -i "/\".\"/d" index.html
cat github-corner.html >> index.html
sed -i "s/your-url/github.com\/${GH_USER}\/${REPO}/g" index.html
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 8102584

Please sign in to comment.