We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2679e commit b4c6da1Copy full SHA for b4c6da1
.github/workflows/pages-deploy.yml
@@ -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
5
name: "Build and Deploy"
6
on:
7
push:
@@ -41,7 +45,7 @@ jobs:
41
45
- name: Setup Ruby
42
46
uses: ruby/setup-ruby@v1
43
47
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
49
bundler-cache: true
50
51
- name: Build site
0 commit comments