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
Describe the bug
When running bundle exec jekyll build in a V1 project, I get the following error:
bundle exec jekyll build
Liquid Exception: Could not locate the included file 'experience.html'
To Reproduce
Steps to reproduce the behavior:
git clone [email protected]:caillou/cv.git cv-caillou cd cv-caillou bundle install bundle exec jekyll serve
The text was updated successfully, but these errors were encountered:
I have the same issue, @sproogen could you please advise how to keep the existing deployment green?
Sorry, something went wrong.
Nevermind, I just copied missed includes to my repo from v1 folder
v1
No branches or pull requests
Describe the bug
When running
bundle exec jekyll build
in a V1 project, I get the following error:To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: