Spaces:
Sleeping
Sleeping
Merge pull request #43 from sandramsc/main
Browse files- .github/workflows/hugging_face.yml +1 -1
- setup.cfg +2 -0
.github/workflows/hugging_face.yml
CHANGED
@@ -14,7 +14,7 @@ jobs:
|
|
14 |
fetch-depth: 0
|
15 |
lfs: true
|
16 |
- name: Navigate to frontend directory
|
17 |
-
run: cd
|
18 |
- name: Push to hub
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
|
|
14 |
fetch-depth: 0
|
15 |
lfs: true
|
16 |
- name: Navigate to frontend directory
|
17 |
+
run: cd ./frontend
|
18 |
- name: Push to hub
|
19 |
env:
|
20 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
setup.cfg
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
[metadata]
|
2 |
+
description-file = frontend/README.md
|