We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a65f0 commit ef577e3Copy full SHA for ef577e3
gen.bash
@@ -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