-
Notifications
You must be signed in to change notification settings - Fork 24
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
Preview procedure on README needs to be updated. #329
Comments
I experienced this problem, with the SELinux-command. Full error, repeated a few times, is:
At the end, and after some asciidoctor-warnings/errors, there is also this, possibly related, error:
Afterwards there is html-documentation in the new _site directory, but after all the error messages that wasn't even expected. |
@rokkbert Is this still an issue and where you able to find a workaround ? I am facing similar error :
|
Describe the bug
Podman command for preview build no longer works because of a new Git security feature. The podman container fails with a "fatal: unsafe repository" error and the workaround in the error message does not appear to work.
Solution
Provide instructions for installing Asciidoctor, running "$ asciidoctor master.adoc" in the document directory, and then opening the master.html file in a browser. Delete the master.html file so that it is not included in a PR.
It would also be a good idea to add "master.html" to the gitignore file.
The text was updated successfully, but these errors were encountered: