tld-a-record/ci.sh

9 lines
128 B
Bash
Raw Normal View History

2019-07-01 20:11:37 +00:00
#!/bin/bash
2019-07-01 20:17:58 +00:00
# we need dig
sudo apt install dnsutils
2019-07-01 20:11:37 +00:00
# Run the scan
./scan.sh
cd website
bundle install
bundle exec jekyll build