mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2025-08-22 05:48:35 +00:00
7 lines
145 B
Bash
Executable File
7 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
bundle exec jekyll build --config _config.yml,_config_local.yml
|
|
bundle exec htmlproofer _site --check-html --disable-external
|