Skip to content

Commit

Permalink
Update team
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Sep 21, 2023
1 parent 7007db7 commit 291ed70
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: build-gh-pages
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main", "init_gh-pages" ]
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
Binary file added src/content/images/team/lux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/images/team/ziegler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: Christopher Lux
img: lux.jpg
img: lux.png
role: PhD Student
twitter: ottjona
github: Joott
twitter: LibraChris_
github: LibraChris
alumni: 2022-Master Student
---
8 changes: 8 additions & 0 deletions src/content/team/selina_ziegler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Selina Ziegler
img: ziegler.png
role: Scientific Staff
github: zieglerSe
orcid: 0009-0002-4713-0040
alumni: 2023-Master Student
---
4 changes: 0 additions & 4 deletions src/content/team/ziegler.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/loaders/teachingloader.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ let password =
let tokenName = "OLAT_TOKEN"
let containsKey = envVars.ContainsKey tokenName
if not containsKey then
printfn "Uanble to find Olat token as environmental variable!"
printfn "Unable to find Olat token as environmental variable!"
envVars.[tokenName].Trim()

let getMetadataBy (repoEntryKey:string) =
Expand Down

0 comments on commit 291ed70

Please sign in to comment.