Skip to content

Commit ef577e3

Browse files
author
Bravo Yeung
committedOct 18, 2020
Add new bash script.
1 parent b8a65f0 commit ef577e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎gen.bash

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
rm -rf archives
2+
bundle exec jekyll build
3+
cp -r _site/archives ./archives
4+
git add archives
5+
git commit -m 'Auto update list in json format.'
6+
# git reset HEAD~ # In case build error occurs, run this command.

0 commit comments

Comments
 (0)
Please sign in to comment.