Skip to content

Commit

Permalink
Merge pull request #300 from scala/team-update
Browse files Browse the repository at this point in the history
Move Julien to the alumni section
  • Loading branch information
sjrd authored Aug 15, 2023
2 parents a69aa3b + a8c6f09 commit 4578eca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
bundle exec jekyll build 2> error.log
cat >&2 error.log
( ! grep -qie Error -e Warn error.log )
- name: Cache HTMLProofer
id: cache-htmlproofer
uses: actions/cache@v2
with:
path: tmp/.htmlproofer
key: ${{ runner.os }}-htmlproofer
- name: HTMLProofer
run: |
# Check all links
Expand All @@ -35,4 +41,5 @@ jobs:
--allow-hash-href=true\
--enforce-https=false\
--ignore-missing-alt=true\
--swap-urls "https\:\/\/scala\.epfl\.ch:"
--swap-urls "https\:\/\/scala\.epfl\.ch:"\
--cache '{ "timeframe": { "external": "30d" } }'
5 changes: 0 additions & 5 deletions _contact/03-jenkins-infrastructure.md

This file was deleted.

4 changes: 2 additions & 2 deletions _data/team-members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members:
twitter: julienrf
photo: /resources/img/julien.png
contact_for: [education, scalajsBundler, documentationImprovements, collectionsRedesign]
active: true
active: false
- member: martin
name: Martin Odersky
title: Academic Director
Expand Down Expand Up @@ -93,7 +93,7 @@ members:
github:
twitter:
photo: /resources/img/fabien.png
contact_for: [jenkinsInfrastructure, serverIssues]
contact_for: [serverIssues]
active: true
- member: sylvie
name: Sylvie Buchard
Expand Down

0 comments on commit 4578eca

Please sign in to comment.