diff --git a/src/HowBadIsMyBatch.ipynb b/src/HowBadIsMyBatch.ipynb index b1bad0fb458..9fceecd117a 100644 --- a/src/HowBadIsMyBatch.ipynb +++ b/src/HowBadIsMyBatch.ipynb @@ -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": {