nav13n commited on
Commit
bfbe9a0
·
1 Parent(s): 6757689

first commit

Browse files
.github/workflows/sync_to_hf_space.yml CHANGED
@@ -8,11 +8,11 @@ jobs:
8
  sync-to-hub:
9
  runs-on: ubuntu-latest
10
  steps:
11
- - uses: actions/checkout@v3
12
  with:
13
  fetch-depth: 0
14
  lfs: true
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
- run: git push -f https://nav13n:$HF_TOKEN@huggingface.co/spaces/nav13n/DocuSage main
 
8
  sync-to-hub:
9
  runs-on: ubuntu-latest
10
  steps:
11
+ - uses: actions/checkout@v4
12
  with:
13
  fetch-depth: 0
14
  lfs: true
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
+ run: git push -f https://nav13n:$HF_TOKEN@huggingface.co/spaces/nav13n/sage main