Skip to content

Commit

Permalink
Update encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
mwakok committed Feb 2, 2024
1 parent 54125d9 commit 87251c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/community/maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ _This content is automatically generated, all changes made will be lost._
| Section | Title | Lead maintainer | Backup maintainer |
|:---------------|:------------------------------------------|:----------------------|:--------------------|
| containers | Docker users | Maurits Kok | |
| data | RequestProject Drive | Ashley Cryan | |
| data | Request Project Drive | Ashley Cryan | |
| data | Sync with Unison | Ashley Cryan | |
| data | Mount Project Drive | Raúl Ortiz Merino | Maurits Kok |
| data | Mount Project Drive | Raúl Ortiz Merino | Maurits Kok |
| data | Data publishing | Aleksandra Wilczynska | |
| gitlab | Transfer ownership of a GitLab repository | Lora Armstrong | Maurits Kok |
| gitlab | CI with Gitlab | Ashley Cryan | Maurits Kok |
Expand Down
2 changes: 1 addition & 1 deletion scripts/create_page_maintainers.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def write_authors_page(df: pd.DataFrame, path):
directory of the jupyter book
"""
file = os.path.join(path, "community", "maintainers.md")
with open(file, "w") as f:
with open(file, "w", encoding="utf8") as f:
f.write("# Guide maintainers \n\n")
f.write(
"_This content is automatically generated, all changes made will be lost._ \n\n"
Expand Down

0 comments on commit 87251c8

Please sign in to comment.