Skip to content

Move Julien to the alumni section #300

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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