set fetch-depth to 0
Browse files
.github/workflows/push_to_huggingface.yml
CHANGED
|
@@ -12,8 +12,10 @@ jobs:
|
|
| 12 |
steps:
|
| 13 |
- name: Checkout repository
|
| 14 |
uses: actions/checkout@v2
|
| 15 |
-
|
| 16 |
-
|
|
|
|
|
|
|
| 17 |
env:
|
| 18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 19 |
run: git push https://osbm:$HF_TOKEN@huggingface.co/datasets/osbm/zenodo main
|
|
|
|
| 12 |
steps:
|
| 13 |
- name: Checkout repository
|
| 14 |
uses: actions/checkout@v2
|
| 15 |
+
with:
|
| 16 |
+
fetch-depth: 0
|
| 17 |
+
|
| 18 |
+
- name: Push to hub main branch of huggingface.co/datasets/osbm/zenodo
|
| 19 |
env:
|
| 20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 21 |
run: git push https://osbm:$HF_TOKEN@huggingface.co/datasets/osbm/zenodo main
|