From 9ba950c04878e56a0b130531400ab7b86c20b9e9 Mon Sep 17 00:00:00 2001 From: Peter <41374977+peter-tanner@users.noreply.github.com> Date: Thu, 15 Feb 2024 01:27:45 +0800 Subject: [PATCH 1/3] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..c576c7b --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +petertanner.dev \ No newline at end of file From 29cd090661f08ad7cb28dfa8c74f648b6b95ef7a Mon Sep 17 00:00:00 2001 From: Peter <41374977+peter-tanner@users.noreply.github.com> Date: Thu, 15 Feb 2024 01:28:23 +0800 Subject: [PATCH 2/3] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index c576c7b..0eff387 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -petertanner.dev \ No newline at end of file +www.petertanner.dev \ No newline at end of file From 8f2759dd43e378d42b44937da5cc11b8bce2cb2b Mon Sep 17 00:00:00 2001 From: Peter <41374977+peter-tanner@users.noreply.github.com> Date: Thu, 15 Feb 2024 02:08:10 +0800 Subject: [PATCH 3/3] Update pages-deploy.yml Fix error `An error occurred while installing google-protobuf (3.25.2), and Bundler cannot` See https://talk.jekyllrb.com/t/build-error-at-setup-ruby-stage-of-build-and-deploy-on-actions/8782/4 --- .github/workflows/pages-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 1c4bd9d..1dc75e8 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -42,7 +42,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted + ruby-version: 3.2 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted bundler-cache: true - name: Build site