From 8102584b0f5d842da35a714a92f0e4741cd132cf Mon Sep 17 00:00:00 2001 From: Tong Date: Wed, 25 Jan 2023 22:38:50 +0900 Subject: [PATCH] Update ci.yml Fix sed --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 864e83867..1cbcab91a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 "/\>.\> index.html sed -i "s/your-url/github.com\/${GH_USER}\/${REPO}/g" index.html - name: Deploy to GitHub Pages