radames HF staff commited on
Commit
45cf254
1 Parent(s): 09ab1d2

sync via gh actions

Browse files
Files changed (1) hide show
  1. .github/workflows/sync.yml +18 -0
.github/workflows/sync.yml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ branches: [main]
5
+
6
+ workflow_dispatch:
7
+
8
+ jobs:
9
+ sync-to-hub:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: actions/checkout@v2
13
+ with:
14
+ fetch-depth: 0
15
+ - name: Push to hub
16
+ env:
17
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
+ run: git push https://radames:$HF_TOKEN@huggingface.co/spaces/radames/NYTimes-homepage-rearranged main