Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail on build #1

Open
yangyer opened this issue Nov 24, 2015 · 0 comments
Open

Fail on build #1

yangyer opened this issue Nov 24, 2015 · 0 comments

Comments

@yangyer
Copy link

yangyer commented Nov 24, 2015

Hi first just wanted to say thanks for the great gem. I found a minor error when trying to automate a build jekyll build. The build failed because the gem was being executed before the _site directory was created. I added the following code before line 11 to resolve the issue:

Dir::mkdir(site.dest) if !File.directory? site.dest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant