updating notebook

This commit is contained in:
frankknoll
2022-03-09 09:50:31 +01:00
parent 3224f5f139
commit 92d631d25d

View File

@@ -396,9 +396,7 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"def publish():\n", "def publish():\n",
" %cd \"/home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-publish\"\n", " ! git commit -m \"updating data\"\n",
" ! git checkout pages\n",
" ! git merge main\n",
" ! git push" " ! git push"
] ]
}, },