mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
* travis config * Updated gemlock for htmlproofer. * Note about installing nokogiri with bundle install. * htmlproofer for cibuild * Restricting the htmlproofer test to ignore /blog/ * Removed travis branch from the whitelist.
5 lines
No EOL
226 B
Bash
5 lines
No EOL
226 B
Bash
#!/usr/bin/env bash
|
|
set -e # halt script on error
|
|
|
|
bundle exec jekyll build
|
|
bundle exec htmlproofer ./_site --disable-external --allow-hash-href --assume-extension --empty-alt-ignore --file-ignore /assets/,/style-guide/,/blog/ |