update deploy.sh
This commit is contained in:
parent
b6db57caf4
commit
9af1145a69
@ -26,8 +26,6 @@ build() {
|
|||||||
|
|
||||||
# Run the Ruby script to generate the output
|
# Run the Ruby script to generate the output
|
||||||
bundle exec ruby "./scaffold.rb"
|
bundle exec ruby "./scaffold.rb"
|
||||||
|
|
||||||
git checkout -- "_output/*"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_gh() {
|
setup_gh() {
|
||||||
@ -72,8 +70,8 @@ deploy() {
|
|||||||
|
|
||||||
main() {
|
main() {
|
||||||
init
|
init
|
||||||
build
|
|
||||||
setup_gh
|
setup_gh
|
||||||
|
build
|
||||||
backup
|
backup
|
||||||
flush
|
flush
|
||||||
deploy
|
deploy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user