Skip to content

Commit 4b0e5f0

Browse files
authored
Adding calgo lab profile (#4)
* Update the template * Updating build-preview.yaml to install proper dependencies * Updating build-preview.yaml to install proper dependencies * Testing installation of ruby libraries * Updating Build Preview * Cleaning up repo * Cleaning up the website additions
1 parent 9f8efea commit 4b0e5f0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/build-preview.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
repository: ${{ github.event.pull_request.head.repo.full_name }}
3131
ref: ${{ github.head_ref }}
3232

33+
- name: Install system Ruby dependencies
34+
run: sudo apt update && sudo apt install -y ruby-full
35+
3336
- name: Install Ruby packages
3437
if: github.event.action != 'closed'
3538
uses: ruby/setup-ruby@v1

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# citation metadata for the template itself
22

33
title: "Lab Website Template"
4-
version: 1.2.2
5-
date-released: 2024-06-05
4+
version: 1.3.4
5+
date-released: 2025-02-03
66
url: "https://github.com/greenelab/lab-website-template"
77
authors:
88
- family-names: "Rubinetti"

_members/nicholas-chandler.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Nicholas Chandler
3-
image: images/nick.jpeg
4-
description: Research Assistant
3+
image: images/nick.jpg
4+
description: Student
55
role: programmer
66
links:
77
home-page: https://chandlernick.github.io

0 commit comments

Comments
 (0)