mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
5 lines
159 B
Bash
5 lines
159 B
Bash
echo "Checking for FixIt updates ..."
|
|
cd ../..
|
|
git submodule update --remote
|
|
git add themes/FixIt
|
|
git commit -m ":arrow_up: Chore: update FixIt theme version" |