Skip to content

Commit 27a74d1

Browse files
Created main.yml
1 parent cce0e28 commit 27a74d1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/main.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Sync to Hugging Face hub
2+
on:
3+
push:
4+
branches: [main]
5+
# to run this workflow manually from the Actions tab
6+
workflow_dispatch:
7+
8+
jobs:
9+
sync-to-hub:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v3
13+
with:
14+
fetch-depth: 0
15+
lfs: true
16+
- name: Push to hub
17+
env:
18+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
19+
run: git push https://shubhamraut:[email protected]/spaces/shubhamraut/Query-Cloud-SQL-in-Natural-Language main

0 commit comments

Comments
 (0)