Skip to content

Commit 1bf00f3

Browse files
committed
update deployment workflow
1 parent dcecdc8 commit 1bf00f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- name: Checkout
3535
uses: actions/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
37+
uses: ruby/setup-ruby@v1
3838
with:
39-
ruby-version: 3.3.0 # The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo.
39+
# The Ruby version is determined by either a `.ruby-version` or a `.tool-versions` file in root of the repo.
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
@@ -61,4 +61,4 @@ jobs:
6161
steps:
6262
- name: Deploy to GitHub Pages
6363
id: deployment
64-
uses: actions/deploy-pages@v4
64+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)