🔧 Chore: add commands fixit_checker.sh

This commit is contained in:
Cell
2022-01-18 15:27:17 +08:00
parent a26e2923ba
commit e5e9e51a12
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@
- :bug: Fix: toc display error without content header ([#21](https://github.com/Lruihao/FixIt/issues/21))
- :lipstick: Style: change scroll-behavior to smooth, header style, footer style etc.
- :pencil: Docs: improve demo site documentation ([#37](https://github.com/Lruihao/FixIt/issues/37))
- :wrench: Chore: add commands fixit_checker.sh
- :wrench: Chore: minify static images
- :wrench: Chore(i18n): change some translations
- :arrow_up: Chore: update all third-party libraries
+5
View File
@@ -0,0 +1,5 @@
echo "Checking for FixIt updates ..."
cd ../..
git submodule update --remote
git add themes/FixIt
git commit -m ":arrow_up: Chore: update FixIt theme version"