mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2026-03-11 08:54:41 +00:00
4 lines
74 B
Bash
Executable file
4 lines
74 B
Bash
Executable file
#!/usr/bin/env sh
|
|
set -e # halt script on error
|
|
|
|
bundle exec jekyll build
|