bajsicki.com/update.sh

8 lines
143 B
Bash
Raw Normal View History

2024-09-28 00:48:52 +02:00
#!/usr/bin/env sh
cd themes/hugo-tufte/
git reset --hard && git pull origin main -f
cd ../..
git reset --hard && git pull origin main -f
hugo