Skip to content

Fail on build #1

@yangyer

Description

@yangyer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions