adding function publishGitHubPages()
This commit is contained in:
@@ -1233,6 +1233,38 @@
|
||||
" country = 'Global',\n",
|
||||
" minADRsForLethality = minADRsForLethality)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "8de69f66",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"def publishGitHubPages():\n",
|
||||
" %cd /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages\n",
|
||||
" ! git add -A\n",
|
||||
" ! git commit -m \"updating data\"\n",
|
||||
" ! git push"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": null,
|
||||
"id": "865df645",
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"publishGitHubPages()"
|
||||
]
|
||||
},
|
||||
{
|
||||
"cell_type": "markdown",
|
||||
"id": "fec7d7cf",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"### see https://knollfrank.github.io/HowBadIsMyBatch/batchCodeTable.html"
|
||||
]
|
||||
}
|
||||
],
|
||||
"metadata": {
|
||||
|
||||
Reference in New Issue
Block a user