giswqs commited on
Commit
67a5380
·
1 Parent(s): a6e22d9

Removed workflows

Browse files
Files changed (1) hide show
  1. .github/workflows/sync_to_hub.yml +0 -19
.github/workflows/sync_to_hub.yml DELETED
@@ -1,19 +0,0 @@
1
- name: Sync with Hugging Face Hub
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
-
8
- jobs:
9
- build:
10
- runs-on: ubuntu-latest
11
- steps:
12
- - name: Sync with Hugging Face
13
- uses: nateraw/huggingface-sync-action@v0.0.4
14
- with:
15
- github_repo_id: giswqs/solara-geospatial
16
- huggingface_repo_id: giswqs/solara-geospatial
17
- repo_type: space
18
- space_sdk: docker
19
- hf_token: ${{ secrets.HF_TOKEN }}