From ddf102619d008e1575cec9df9a82cef841e436c8 Mon Sep 17 00:00:00 2001 From: Krailynd <167732680+krailynd@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:35:18 -0500 Subject: [PATCH 01/25] Create jekyll-docker.yml Signed-off-by: Krailynd <167732680+krailynd@users.noreply.github.com> --- .github/workflows/jekyll-docker.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/jekyll-docker.yml diff --git a/.github/workflows/jekyll-docker.yml b/.github/workflows/jekyll-docker.yml new file mode 100644 index 000000000000..60e57369de43 --- /dev/null +++ b/.github/workflows/jekyll-docker.yml @@ -0,0 +1,20 @@ +name: Jekyll site CI + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Build the site in the jekyll/builder container + run: | + docker run \ + -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ + jekyll/builder:latest /bin/bash -c "chmod -R 777 /srv/jekyll && jekyll build --future" From 1b448d52b5e39072a949f690668d0e29459701c2 Mon Sep 17 00:00:00 2001 From: Krailynd <167732680+krailynd@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:40:43 -0500 Subject: [PATCH 02/25] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index b9655642c4c5..431488f68b47 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -story.jyunko.cn \ No newline at end of file +krailynd.drums.cn \ No newline at end of file From 666a95c8ed4a13e29579d6ecc91639a07df424f9 Mon Sep 17 00:00:00 2001 From: Krailynd <167732680+krailynd@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:43:15 -0500 Subject: [PATCH 03/25] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 431488f68b47..e69a773ed423 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -krailynd.drums.cn \ No newline at end of file +krailynd.drums.io \ No newline at end of file From 8377c294a7ea0b15fcef0e2da1847ded854b3cac Mon Sep 17 00:00:00 2001 From: Krailynd <167732680+krailynd@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:52:28 -0500 Subject: [PATCH 04/25] Update index.html Signed-off-by: Krailynd <167732680+krailynd@users.noreply.github.com> --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 21c049e2d4cd..cee75a33c868 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@