Skip to content

Commit 0800569

Browse files
committed
Merge branch 'source' into patch-1
2 parents 9fdee09 + 8597c25 commit 0800569

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

.github/workflows/check_sphinx_build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ jobs:
2727
- name: Build documentation
2828
shell: bash -l {0}
2929
run: |
30-
make html linkcheck
30+
make html
31+
32+
# - name: Check links
33+
# shell: bash -l {0}
34+
# run: |
35+
# make linkcheck
3136

3237
# workaround https://github.com/actions/upload-artifact/issues/38
3338
- name: tarball

_ext/team.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -446,11 +446,11 @@ team:
446446
roles:
447447
- OHW25 Fellow
448448

449-
- name: Your Name
450-
title: your title like PhD Student
451-
affiliate: your affiliation
452-
image_url: url see above
453-
github_user: yourusername
454-
email: you@email.com
449+
- name: Bruna Strack Cândido
450+
title: MSc Student
451+
affiliate: Copernicus Master in Digital Earth
452+
image_url: https://avatars.githubusercontent.com/u/62394992?v=4
453+
github_user: brunacandido
454+
email: brunscandido@gmail.com
455455
roles:
456456
- OHW25 Fellow

0 commit comments

Comments
 (0)