Spaces:
Sleeping
Sleeping
echo `date` > last_depoy.txt | |
git add last_depoy.txt | |
git commit -m "deploy" | |
git push --set-upstream hf main |
echo `date` > last_depoy.txt | |
git add last_depoy.txt | |
git commit -m "deploy" | |
git push --set-upstream hf main |