Skip to content

Commit

Permalink
Use an older version of sass-embedded to work around helaili/jekyll-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Jan 3, 2023
1 parent d786dc3 commit 84e3c1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-pages.yml
Expand Up @@ -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
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -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'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -94,6 +93,7 @@ DEPENDENCIES
jekyll-archives
jekyll-feed
jekyll-paginate-v2
jekyll-sass-converter (< 3)
jekyll-sitemap
minima
tzinfo (~> 1.2)
Expand Down

0 comments on commit 84e3c1a

Please sign in to comment.