Spaces:
Configuration error
Configuration error
MsSaidat25 commited on
Delete .github/workflows/sync.yml
Browse files- .github/workflows/sync.yml +0 -16
.github/workflows/sync.yml
DELETED
|
@@ -1,16 +0,0 @@
|
|
| 1 |
-
name: Sync to Hugging Face
|
| 2 |
-
on:
|
| 3 |
-
push:
|
| 4 |
-
branches: [main]
|
| 5 |
-
|
| 6 |
-
jobs:
|
| 7 |
-
sync-to-hub:
|
| 8 |
-
runs-on: ubuntu-latest
|
| 9 |
-
steps:
|
| 10 |
-
- uses: actions/checkout@v3
|
| 11 |
-
with:
|
| 12 |
-
fetch-depth: 0
|
| 13 |
-
- name: Push to Hugging Face
|
| 14 |
-
env:
|
| 15 |
-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 16 |
-
run: git push https://mssaidat:$HF_TOKEN@huggingface.co/spaces/mssaidat/AIEngineerProjects main
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|