Skip to content

Commit b4c6da1

Browse files
update workflow
1 parent 1f2679e commit b4c6da1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# @Author: Hai Lin
2+
# @Date: 2021-08-22 01:40:51
3+
# @Last Modified by: Hai Lin
4+
# @Last Modified time: 2024-02-09 11:45:55
15
name: "Build and Deploy"
26
on:
37
push:
@@ -41,7 +45,7 @@ jobs:
4145
- name: Setup Ruby
4246
uses: ruby/setup-ruby@v1
4347
with:
44-
ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
48+
ruby-version: 3.2 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted
4549
bundler-cache: true
4650

4751
- name: Build site

0 commit comments

Comments
 (0)