We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you run jbake -s dest/path then JBake looks in dest/path/output
jbake -s dest/path
dest/path/output
Behaviour seems to changed around v2.6.2
Raised by @lefou in Gitter chat room.
The text was updated successfully, but these errors were encountered:
Fixes jbake-org#594
3d1523c
As a workaround, you can explicitly give the destination directory as second parameter.
jbake -s src/path dest/path
Sorry, something went wrong.
jonbullock
Successfully merging a pull request may close this issue.
If you run
jbake -s dest/path
then JBake looks indest/path/output
Behaviour seems to changed around v2.6.2
Raised by @lefou in Gitter chat room.
The text was updated successfully, but these errors were encountered: