mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
🔧 Chore: add commands fixit_checker.sh
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user