uwhackweek / jupyterbook-template

Template repository for UW Hackweek JupyterBook websites
http://book-template.hackweek.io/
MIT License
9 stars 6 forks source link

Build website - `sed` command for building the team yaml fails on Mac OS X #165

Closed jomey closed 5 months ago

jomey commented 5 months ago

Error on GH actions:

sed: 1: "team_people.yaml": undefined label 'eam_people.yaml'
jomey commented 5 months ago

Possible fix is to add the -e flag

Source: https://stackoverflow.com/questions/2320564/sed-i-command-for-in-place-editing-to-work-with-both-gnu-sed-and-bsd-osx