Skip to content

Commit b941c8f

Browse files
committed
build(ci): 移除 Ruby环境配置
- 删除了 Setup Ruby 步骤及相关配置- 移除了 Update Bundler 和 Install dependencies 步骤
1 parent 2928cff commit b941c8f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ jobs:
4141
run: npm install && npm run build-prod
4242
- name: Setup Ruby
4343
uses: actions/setup-ruby@v1
44-
with:
45-
#ruby-version: '3.2.2' # Not needed with a .ruby-version file
46-
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
47-
cache-version: 0 # Increment this number if you need to re-download cached gems
4844
- name: Update Bundler
4945
run: gem install bundler
5046
- name: Install dependencies

0 commit comments

Comments
 (0)