File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
99on :
1010 # Runs on pushes targeting the default branch
1111 push :
12- branches : [$default-branch ]
12+ branches : ["main" ]
1313
1414 # Allows you to run this workflow manually from the Actions tab
1515 workflow_dispatch :
3434 - name : Checkout
3535 uses : actions/checkout@v4
3636 - name : Setup Ruby
37- # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
38- uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
37+ uses : ruby/setup-ruby@v1.207.0
3938 with :
40- ruby-version : " 3.1 " # Not needed with a .ruby-version file
39+ ruby-version : " 3.3 " # Not needed with a .ruby-version file
4140 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4241 cache-version : 0 # Increment this number if you need to re-download cached gems
4342 - name : Setup Pages
You can’t perform that action at this time.
0 commit comments