feat: push json conf back
All checks were successful
push / build (push) Successful in 3m25s

This commit is contained in:
张泊明518370910136 2025-06-03 21:42:23 -04:00
parent e4ff0bff59
commit 17c0968e8f
GPG Key ID: CA088E6D9284F870

View File

@ -4,3 +4,7 @@ COURSE=$1
git -C /home/tt/.cache/$COURSE-config pull git -C /home/tt/.cache/$COURSE-config pull
rsync -r --delete /home/tt/.cache/$COURSE-config/home/tt/.config/ /home/tt/.config rsync -r --delete /home/tt/.cache/$COURSE-config/home/tt/.config/ /home/tt/.config
joj3-forge convert /home/tt/.config/joj joj3-forge convert /home/tt/.config/joj
rsync -r --delete /home/tt/.config/joj/ /home/tt/.cache/$COURSE-config/home/tt/.config/joj
git -C /home/tt/.cache/$COURSE-config add home/tt/.config/joj
git -C /home/tt/.cache/$COURSE-config commit -m "chore: joj3-forge convert"
git -C /home/tt/.cache/$COURSE-config push