Skip to content

Commit 84f5bd0

Browse files
authored
Merge pull request docker-library#28 from ucfcdl/develop
Update titles for team and update deploy pipeline to use correct Ruby Bundler
2 parents 49115f2 + 82a97df commit 84f5bd0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-and-deploy.workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build and Deploy
22

3-
on:
3+
on:
44
push:
55
branches:
66
- master
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515

1616
- name: Install Ruby 2.6
1717
uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: "2.6"
20+
bundler: "2.2.4"
2021

2122
- name: Install Dependencies
2223
run: |
23-
gem install bundler
2424
bundle install --path=vendor/
2525
2626
- name: Build Jekyll

_techrangers_current/brandon_stull.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
was_part_time: yes
66
name: Brandon Stull
77
thumbnail: brandon.jpg
8-
title: Applications Programmer III
8+
title: Applications Programmer IV
99
degrees:
1010
- Digital Media
1111
team: lst

_techrangers_current/francisca_yonekura.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- Instructional Design and Technology
1010
- Curriculum and Instruction
1111
thumbnail: francisca.jpg
12-
title: Associate Department Head, LS&T
12+
title: Director, LS&T
1313
team: lst
1414
date: 1996-10-01
1515
---

_techrangers_current/matthew_emond.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
was_part_time: yes
66
thumbnail: matt_emond.jpg
77
name: Matthew Emond
8-
title: Applications Programmer III
8+
title: Applications Programmer IV
99
degrees:
1010
- Information Technology
1111
team: lst

0 commit comments

Comments
 (0)