Created
January 22, 2019 21:44
-
-
Save adrianhall/269520fe3efc9b67fdfe3bd3e1ecfcbf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 0.1 | |
frontend: | |
phases: | |
preBuild: | |
commands: | |
- bundle install | |
build: | |
commands: | |
- if [ "${AWS_BRANCH}" = "master" ]; then bundle exec jekyll b --baseurl /; else bundle exec jekyll b --baseurl / --future; fi | |
artifacts: | |
baseDirectory: _site | |
files: | |
- '**/*' | |
cache: | |
paths: [] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment