File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ jobs:
34
34
- name : Checkout
35
35
uses : actions/checkout@v4
36
36
- name : Setup Ruby
37
- uses : ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
37
+ uses : ruby/setup-ruby@v1
38
38
with :
39
- ruby-version : ' 3.1 ' # Not needed with a .ruby-version file
39
+ ruby-version : ' 3.3 ' # Not needed with a .ruby-version file
40
40
bundler-cache : true # runs 'bundle install' and caches installed gems automatically
41
41
cache-version : 0 # Increment this number if you need to re-download cached gems
42
42
- name : Setup Pages
43
43
id : pages
44
44
uses : actions/configure-pages@v5
45
45
- name : Build with Jekyll
46
46
# Outputs to the './_site' directory by default
47
- run : bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }} "
47
+ run : bundle exec jekyll build --baseurl "https://stomp-js.github.io/ "
48
48
env :
49
49
JEKYLL_ENV : production
50
50
- name : Upload artifact
You can’t perform that action at this time.
0 commit comments