cboettig commited on
Commit
70aff86
β€’
1 Parent(s): fb4c9f4

gh-actions

Browse files
.github/workflows/deploy.yml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ branches: [main]
5
+
6
+ # to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ sync-to-hub:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ with:
15
+ fetch-depth: 0
16
+ lfs: true
17
+ - name: Push to hub
18
+ env:
19
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push https://cboettig:[email protected]/spaces/cboettig/test main
.gitignore CHANGED
@@ -160,3 +160,5 @@ cython_debug/
160
  # and can be added to the global gitignore or merged into this file. For a more nuclear
161
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
  #.idea/
 
 
 
160
  # and can be added to the global gitignore or merged into this file. For a more nuclear
161
  # option (not recommended) you can uncomment the following to ignore the entire idea folder.
162
  #.idea/
163
+ Untitled*
164
+
README.md CHANGED
@@ -1 +1,12 @@
1
- # ca-30x30
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: CA 30x30
3
+ emoji: 🏞️
4
+ colorFrom: green
5
+ colorTo: yellow
6
+ sdk: streamlit
7
+ app_file: app/app.py
8
+ pinned: false
9
+ license: bsd
10
+ ---
11
+
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
app/README.md DELETED
@@ -1,11 +0,0 @@
1
- ---
2
- title: CA 30x30
3
- emoji: 🏞️
4
- colorFrom: green
5
- colorTo: yellow
6
- sdk: streamlit
7
- pinned: false
8
- license: bsd
9
- ---
10
-
11
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
app/requirements.txt β†’ requirements.txt RENAMED
File without changes