Skip to content

Commit 614b33e

Browse files
committed
Update deploy files.
1 parent 5dc41b1 commit 614b33e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy to eecs189.org/fall2025
1+
name: Deploy to eecs189.org
22

33
on:
44
push:

.github/workflows/jekyll.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Deploy Jekyll site to Pages
99
on:
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:
@@ -34,9 +34,10 @@ jobs:
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

0 commit comments

Comments
 (0)