diff options
| author | Mark Otto <[email protected]> | 2017-05-29 12:02:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-29 23:32:28 -0700 |
| commit | b01995d8698b021c1cba71d750d9b2b86e9bbe08 (patch) | |
| tree | 1d23e081080147df99e752d685580ad5cdeef0aa | |
| parent | bb54e854de04ef6c816ab3f5aa3c49dcc8085964 (diff) | |
| download | bootstrap-b01995d8698b021c1cba71d750d9b2b86e9bbe08.tar.xz bootstrap-b01995d8698b021c1cba71d750d9b2b86e9bbe08.zip | |
try setting that explicitly for travis
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index e54591691..1870955f8 100644 --- a/_config.yml +++ b/_config.yml @@ -9,7 +9,8 @@ kramdown: permalink: pretty # Server -destination: _gh_pages +source: . +destination: ./_gh_pages port: 9001 baseurl: "" url: https://getbootstrap.com |
