We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09e49d commit 6924861Copy full SHA for 6924861
1 file changed
.github/workflows/deploy-hf-spaces.yml
@@ -33,15 +33,14 @@ jobs:
33
# Clone HF Space to a clean directory
34
git clone https://Abeshith:$HF_TOKEN@huggingface.co/spaces/Abeshith/RAG-Project hf-space
35
36
- # Copy only needed files
+ # Copy only needed files (excluding README to preserve HF config)
37
cp -r project/ hf-space/
38
cp -r templates/ hf-space/
39
cp -r static/ hf-space/
40
cp app.py hf-space/
41
cp Dockerfile hf-space/
42
cp requirements.txt hf-space/
43
cp .dockerignore hf-space/
44
- cp README.md hf-space/
45
46
# Push to HF Space
47
cd hf-space
0 commit comments