mirror of
https://github.com/aljazceru/hacker-gh-pages-theme.git
synced 2025-12-17 06:04:21 +01:00
10 lines
217 B
Bash
Executable File
10 lines
217 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
bundle exec jekyll build
|
|
bundle exec htmlproofer ./_site --check-html --check-sri
|
|
bundle exec rubocop -D --config .rubocop.yml
|
|
bundle exec script/validate-html
|
|
gem build jekyll-theme-hacker.gemspec
|