diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 11ef7987..6a51d701 100755 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -18,10 +18,9 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - - uses: UlyssesZh/jekyll-action@master + - uses: helaili/jekyll-action@v2 with: token: ${{ secrets.JEKYLL_PAT }} pre_build_commands: | git config --global user.email "ulysseszhan@pm.me" git config --global user.name "Ulysses Zhan" - gem install bundler diff --git a/Gemfile b/Gemfile index 248f07d7..94638c9d 100755 --- a/Gemfile +++ b/Gemfile @@ -3,6 +3,7 @@ source 'https://rubygems.org/' gem 'jekyll', '~> 4' +gem 'jekyll-sass-converter', '< 3' # https://github.com/helaili/jekyll-action/issues/150 gem 'minima' group :jekyll_plugins do gem 'jekyll-archives' diff --git a/Gemfile.lock b/Gemfile.lock index bb70d34a..53fefd11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,6 @@ GEM faraday-net_http (3.0.2) ffi (1.15.5) forwardable-extended (2.6.0) - google-protobuf (3.21.12) http_parser.rb (0.8.0) i18n (1.12.0) concurrent-ruby (~> 1.0) @@ -41,8 +40,8 @@ GEM jekyll (>= 3.7, < 5.0) jekyll-paginate-v2 (3.0.0) jekyll (>= 3.0, < 5.0) - jekyll-sass-converter (3.0.0) - sass-embedded (~> 1.54) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) @@ -72,8 +71,8 @@ GEM rouge (4.0.1) ruby2_keywords (0.0.5) safe_yaml (1.0.5) - sass-embedded (1.57.1-x86_64-linux-gnu) - google-protobuf (~> 3.21) + sassc (2.4.0) + ffi (~> 1.9) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) thread_safe (0.3.6) @@ -94,6 +93,7 @@ DEPENDENCIES jekyll-archives jekyll-feed jekyll-paginate-v2 + jekyll-sass-converter (< 3) jekyll-sitemap minima tzinfo (~> 1.2)