We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2d12f commit adee8b9Copy full SHA for adee8b9
.github/workflows/sync-to-hugging-face-hub.yml
@@ -15,6 +15,9 @@ jobs:
15
fetch-depth: 0
16
lfs: true
17
18
+ - name: Pull LFS files
19
+ run: git lfs pull
20
+
21
- name: Login to Hugging Face
22
run: |
23
pip install --upgrade huggingface_hub
@@ -23,4 +26,6 @@ jobs:
26
- name: Push to hub
24
27
env:
25
28
HF_TOKEN: ${{ secrets.HF_TOKEN }}
- run: git push https://Prgrmmer:$HF_TOKEN@huggingface.co/spaces/Prgrmmer/ai-dungeon main
29
+ run: |
30
+ git lfs push --all https://Prgrmmer:$HF_TOKEN@huggingface.co/spaces/Prgrmmer/ai-dungeon
31
+ git push https://Prgrmmer:$HF_TOKEN@huggingface.co/spaces/Prgrmmer/ai-dungeon main
0 commit comments