Skip to content

Commit 3cf6577

Browse files
committed
attempt to fix ci
1 parent 7bc7a2d commit 3cf6577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
docker run \
1313
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
1414
-e PAGES_REPO_NWO=${{ github.repository }} \
15-
jekyll/builder:$JEKYLL_VERSION /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
15+
jekyll/builder:$JEKYLL_VERSION /bin/bash -c "gem update --system 3.3.22 && chmod 777 /srv/jekyll && jekyll build --future"

_data/research.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
link_text: "Bite Transfer"
44
link_2: "https://flair-robot.github.io/"
55
link_2_text: "Bite Acquisition"
6-
ytid: "CJ66x7JfqG0"
6+
ytid: "ad06vJWldYo"
77
description: "Eating is an activity of daily living (ADL) and losing the
88
ability to self-feed can be devastating. Robots have the potential to help
99
with these tasks. Successful robotic assistive feeding depends on reliable

0 commit comments

Comments
 (0)