adding function publishGitHubPages()

This commit is contained in:
frankknoll
2022-05-13 21:15:30 +02:00
parent 0ad5bb7679
commit fec9dbead3

View File

@@ -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": {