8 lines
143 B
Bash
8 lines
143 B
Bash
|
#!/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
|