From aeaf8d9b491430505949cab83d70993ade2838fa Mon Sep 17 00:00:00 2001 From: xiaoli Date: Wed, 31 Jan 2024 12:27:30 +0800 Subject: [PATCH 1/3] Update jekyll-gh-pages.yml changed push's branches is dev/xiaoli --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 9cb771a..aaf7595 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ["dev/xiaoli"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: From 28f0a4eef952bfd99c0975c9c59d2226c52b08cf Mon Sep 17 00:00:00 2001 From: XIAO LI Date: Wed, 31 Jan 2024 12:28:38 +0800 Subject: [PATCH 2/3] test index.md --- index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/index.md b/index.md index 11f6e2c..e40985c 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,2 @@ ---- -layout: default ---- - # Your Page Content \ No newline at end of file From 9419691dd0d92e5484c2bdbe3c7b46cccbe3a79b Mon Sep 17 00:00:00 2001 From: xiaoli Date: Wed, 31 Jan 2024 12:31:42 +0800 Subject: [PATCH 3/3] Update jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index aaf7595..9cb771a 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled on: # Runs on pushes targeting the default branch push: - branches: ["dev/xiaoli"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: