Skip to content

Commit 4578eca

Browse files
authored
Merge pull request #300 from scala/team-update
Move Julien to the alumni section
2 parents a69aa3b + a8c6f09 commit 4578eca

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
bundle exec jekyll build 2> error.log
2727
cat >&2 error.log
2828
( ! grep -qie Error -e Warn error.log )
29+
- name: Cache HTMLProofer
30+
id: cache-htmlproofer
31+
uses: actions/cache@v2
32+
with:
33+
path: tmp/.htmlproofer
34+
key: ${{ runner.os }}-htmlproofer
2935
- name: HTMLProofer
3036
run: |
3137
# Check all links
@@ -35,4 +41,5 @@ jobs:
3541
--allow-hash-href=true\
3642
--enforce-https=false\
3743
--ignore-missing-alt=true\
38-
--swap-urls "https\:\/\/scala\.epfl\.ch:"
44+
--swap-urls "https\:\/\/scala\.epfl\.ch:"\
45+
--cache '{ "timeframe": { "external": "30d" } }'

_contact/03-jenkins-infrastructure.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

_data/team-members.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members:
1616
twitter: julienrf
1717
photo: /resources/img/julien.png
1818
contact_for: [education, scalajsBundler, documentationImprovements, collectionsRedesign]
19-
active: true
19+
active: false
2020
- member: martin
2121
name: Martin Odersky
2222
title: Academic Director
@@ -93,7 +93,7 @@ members:
9393
github:
9494
twitter:
9595
photo: /resources/img/fabien.png
96-
contact_for: [jenkinsInfrastructure, serverIssues]
96+
contact_for: [serverIssues]
9797
active: true
9898
- member: sylvie
9999
name: Sylvie Buchard

0 commit comments

Comments
 (0)