Hasan Iqbal
commited on
Commit
•
da1d6ec
1
Parent(s):
440fce9
Fixed Logo and Added 10 sec wait before hf-deploy
Browse files- .github/workflows/main.yaml +3 -0
- assets/splash.png +0 -0
.github/workflows/main.yaml
CHANGED
@@ -68,6 +68,9 @@ jobs:
|
|
68 |
sed -i 's/<!--/---/g; s/-->/---/g' $READMEFILE
|
69 |
git add $READMEFILE
|
70 |
git commit -m "Uncommented HuggingFace Spaces Configuration" || echo "No changes to commit"
|
|
|
|
|
|
|
71 |
|
72 |
- name: Push to Hugging Face
|
73 |
env:
|
|
|
68 |
sed -i 's/<!--/---/g; s/-->/---/g' $READMEFILE
|
69 |
git add $READMEFILE
|
70 |
git commit -m "Uncommented HuggingFace Spaces Configuration" || echo "No changes to commit"
|
71 |
+
|
72 |
+
- name: Wait for 10 seconds
|
73 |
+
run: sleep 10
|
74 |
|
75 |
- name: Push to Hugging Face
|
76 |
env:
|
assets/splash.png
CHANGED