File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- name : Deploy to eecs189.org/fall2025
1+ name : Deploy to eecs189.org
22
33on :
44 push :
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 : ["main "]
12+ branches : ["master "]
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- uses : ruby/setup-ruby@v1
37+ # https://github.com/ruby/setup-ruby/releases/tag/v1.207.0
38+ uses : ruby/setup-ruby@4a9ddd6f338a97768b8006bf671dfbad383215f4
3839 with :
39- # The Ruby version is determined by either a ` .ruby-version` or a `.tool-versions` file in root of the repo.
40+ ruby- version: " 3.1 " # Not needed with a .ruby-version file
4041 bundler-cache : true # runs 'bundle install' and caches installed gems automatically
4142 cache-version : 0 # Increment this number if you need to re-download cached gems
4243 - name : Setup Pages
You can’t perform that action at this time.
0 commit comments