mirror of
https://github.com/MuntashirAkon/android-debloat-list.git
synced 2025-10-10 06:57:23 +08:00
Add website publisher script
Signed-off-by: Muntashir Al-Islam <muntashirakon@riseup.net>
This commit is contained in:
15
scripts/publish_browser.sh
Normal file
15
scripts/publish_browser.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Generate MD files
|
||||
php scripts/browser_generator.php
|
||||
|
||||
# Build website
|
||||
cd browser
|
||||
mdbook build
|
||||
|
||||
# Publish
|
||||
cd book
|
||||
git init
|
||||
git add .
|
||||
git commit
|
||||
git push -f git@github.com:MuntashirAkon/android-debloat-list.git master:site
|
Reference in New Issue
Block a user