Skip to content

Commit 3bb2ab2

Browse files
authored
Update jekyll.yml
1 parent d8fe61d commit 3bb2ab2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@55283cc23133118229fd3f97f9336ee23a179fcf # v1.146.0
37+
uses: ruby/setup-ruby@v1 # v1.146.0
3838
with:
39-
ruby-version: '3.1' # Not needed with a .ruby-version file
39+
ruby-version: '3.2' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4141
cache-version: 0 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages
@@ -71,4 +71,4 @@ jobs:
7171
- name: Deploy to Tencent
7272
run: |
7373
ssh -o StrictHostKeyChecking=no app@81.69.45.49 "mkdir -p /home/app/hotel"
74-
rsync -avz --delete --exclude '.git' --exclude '.github' ./_site/ app@81.69.45.49:/home/app/hotel/
74+
rsync -avz --delete --exclude '.git' --exclude '.github' ./_site/ app@81.69.45.49:/home/app/hotel/

0 commit comments

Comments
 (0)