Skip to content

Commit

Permalink
Fix Jekyll build to accommodate content/ symlink in new Spark site build
Browse files Browse the repository at this point in the history
  • Loading branch information
srowen committed Jul 14, 2016
1 parent 6ba4d6b commit 26f6816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ kramdown:
entity_output: symbol
permalink: none
destination: site
exclude: ['README.md']
exclude: ['README.md','content']
keep_files: ['docs']

# The recommended way of viewing the website on your local machine is via jekyll using
# a webserver, e.g. with a command like: jekyll serve --watch --trace
# To compile the website such that it is viewable in a sane way via a file browser
# replace '/' here with the url that represents the website root dir in your file browser.
# E.g. on OS X this might be:
#url: file:///Users/andyk/Development/spark/website/site/
#url: file:///Users/andyk/Development/spark-website/content/
url: /
1 change: 0 additions & 1 deletion site/docs/1.4.1/1.5.0

This file was deleted.

0 comments on commit 26f6816

Please sign in to comment.