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

jekyll cache folder is already present in repo #518

Open
jsakil14 opened this issue May 13, 2024 · 1 comment
Open

jekyll cache folder is already present in repo #518

jsakil14 opened this issue May 13, 2024 · 1 comment

Comments

@jsakil14
Copy link

Describe the bug

A clear and concise description of the bug. If there is an error in the published documentation, include the section number and the release version or provide a link to the section.

https://github.com/kubev2v/forklift-documentation#building-a-document-preview

`Create .jekyll-cache and _site directories:
for i in .jekyll-cache _site; do mkdir ${i} && chmod 777 ${i}; done`

Solution

Remove .jekyll-cache folder from repo or add command to check and delete it prior to creating the folder

A clear and concise description of the solution. Does it apply to older releases or only to the current release?

Screenshots

If applicable, add screenshots to help explain your problem.

@jsakil14
Copy link
Author

Bump! How do I go about getting this updated? Do we ping owners?

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