adding github actions workflow

This commit is contained in:
frankknoll
2023-01-15 13:54:03 +01:00
parent a3623fb4db
commit e553a98b5f
4 changed files with 50 additions and 3 deletions

View File

@@ -63,7 +63,7 @@
"outputs": [],
"source": [
"updateVAERSFiles(\n",
" needsUpdate = needsUpdate,\n",
" needsUpdate = True,\n",
" years = years_from_2020_to_present,\n",
" workingDirectory = os.getcwd())"
]
@@ -107,7 +107,6 @@
"outputs": [],
"source": [
"def publishGitHubPages():\n",
" %cd /home/frankknoll/Dokumente/Corona/projects/HowBadIsMyBatch-pages\n",
" ! git add -A\n",
" ! git commit -m \"updating data for batch codes\"\n",
" ! git push"
@@ -148,7 +147,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.10.8 (main, Nov 24 2022, 14:13:03) [GCC 11.2.0]"
},
"vscode": {
"interpreter": {