1 2 3 4 5 6 7 8 9 10 11 12
#!/usr/bin/env bash set -e # halt script on error # Run jekyll ./script/run_jekyll.sh # Validate JSON ./script/validate_json.rb ./script/ping_websites.rb # Check if files are properly formatted ./script/check_files_formatting.sh