forked from UofTCoders/studyGroup
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move to generating event posts from GitHub issues
This looks up issues from the UofTCoders/Events repo, within the "Publishable" milestone, and then translates them into Jekyll posts so that they can appear on the website automatically.
- Loading branch information
Showing
4 changed files
with
841 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[[source]] | ||
url = "https://pypi.org/simple" | ||
verify_ssl = true | ||
name = "pypi" | ||
|
||
[packages] | ||
pygithub = "*" | ||
dateparser = "*" | ||
python-frontmatter = "*" | ||
cmarkgfm = "*" | ||
|
||
[dev-packages] | ||
|
||
[requires] | ||
python_version = "3.12" | ||
python_full_version = "3.12.1" | ||
|
||
[scripts] | ||
publish_events = "python publish_events.py ../_posts/ failures.yml" |
Oops, something went wrong.