jsulz HF staff commited on
Commit
3dd42cc
β€’
1 Parent(s): cf047e8

getting action wired in

Browse files
Files changed (2) hide show
  1. .github/workflows/sync.yml +20 -0
  2. README.md +13 -0
.github/workflows/sync.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://HF_USERNAME:[email protected]/spaces/jsulz/spaces-ship main
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Spaces Ship
2
 
3
  This is a spaceship through Spaces.
 
1
+ ---
2
+ title: Spaces Ship
3
+ emoji: πŸš€
4
+ colorFrom: red
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 4.42.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: A dashboard to see detailed information about all Spaces across the Hub.
12
+ ---
13
+
14
  # Spaces Ship
15
 
16
  This is a spaceship through Spaces.