Skip to content

Commit 2605fed

Browse files
Update critical file(s) according to Chirpy v6.1.0
1 parent 7c3f58d commit 2605fed

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
steps:
6969
- name: Deploy to GitHub Pages
7070
id: deployment
71-
uses: actions/deploy-pages@v1
71+
uses: actions/deploy-pages@v2

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "jekyll-theme-chirpy", "~> 6.0", ">= 6.0.1"
5+
gem "jekyll-theme-chirpy", "~> 6.1"
66

77
group :test do
88
gem "html-proofer", "~> 3.18"

_config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ google_site_verification: # fill in to your verification string
5454

5555
google_analytics:
5656
id: # fill in your Google Analytics ID
57-
# Google Analytics pageviews report settings
58-
pv:
59-
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
60-
cache_path: # the local PV cache data, friendly to visitors from GFW region
6157

6258
# Prefer color scheme setting.
6359
#

assets/lib

0 commit comments

Comments
 (0)