diff --git a/deploy.sh b/deploy.sh index 54c1a6d..808e57f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -26,6 +26,8 @@ build() { # Run the Ruby script to generate the output bundle exec ruby "./scaffold.rb" + + git checkout -- "_output/*" } setup_gh() {