This website requires JavaScript.
Explore
Help
Sign In
Git-Mirrors
/
privacyguides.org
Watch
1
Star
0
Fork
0
You've already forked privacyguides.org
mirror of
https://github.com/privacyguides/privacyguides.org.git
synced
2024-10-01 01:35:57 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce12b1c99d
privacyguides.org
/
build.sh
5 lines
74 B
Bash
Raw
Normal View
History
Unescape
Escape
build.sh: replace bash with sh for compatibility (#1353)
2019-09-29 06:59:23 -04:00
#!/usr/bin/env sh
Add files for Travis CI (#696) Implement Travis CI.
2018-12-27 11:08:35 -05:00
set
-e
# halt script on error
bundle
exec
jekyll build
Reference in New Issue
Copy Permalink