dansbecker commited on
Commit
b8f3f5e
1 Parent(s): 4cbbb88

Regular update

Browse files
Files changed (1) hide show
  1. hn_hiring_posts.ipynb +1 -1
hn_hiring_posts.ipynb CHANGED
@@ -156,7 +156,7 @@
156
  "repo_url = 'https://huggingface.co/datasets/dansbecker/hackernews_hiring_posts'\n",
157
  "repo = Repository(local_dir=\".\", clone_from=repo_url)\n",
158
  "repo.git_add(data_path)\n",
159
- "repo.git_add('*.ipynb')\n",
160
  "repo.git_add('README.md')\n",
161
  "repo.push_to_hub(commit_message='Regular update', blocking=True, clean_ok=False)"
162
  ]
 
156
  "repo_url = 'https://huggingface.co/datasets/dansbecker/hackernews_hiring_posts'\n",
157
  "repo = Repository(local_dir=\".\", clone_from=repo_url)\n",
158
  "repo.git_add(data_path)\n",
159
+ "repo.git_add('*.ipynb') # This file\n",
160
  "repo.git_add('README.md')\n",
161
  "repo.push_to_hub(commit_message='Regular update', blocking=True, clean_ok=False)"
162
  ]