-
Notifications
You must be signed in to change notification settings - Fork 22
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
docs(examples/multi-spec): how to set secrets, avoid push conflicts #77
Conversation
Build fails because ReSpec wants to process the bits of code I put in the prose. How can I prevent that? More precisely, I can prevent ReSpec processing with a backslash |
Lets go with that for now. I'll figure out a fix later. |
@marcoscaceres We should probably add a check in ReSpec to not do the |
Co-authored-by: Sid Vishnoi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @tidoust!
) SHA: 3c8cddc Reason: push, by @sidvishnoi Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
That probably wouldn't work, e.g.,: Someone could do <code>{{ whatver/thing }} = "ffs"</code>, then blah blah.. We should use |
Which works well for the ReSpec version of the documentation. Problem is this documentation also exists as a pure Markdown file on GitHub, linked from the README, where |
Ah, I read it backwards :) Yeah, this is why I think we should just fold everything into index.html. We are pointing everyone to that document anyway. |
This adjusts the documentation for a multi-documents repository to clarify how to pass Echidna tokens per document (see #55), and to highlight the possible need to serialize jobs (at least until #58 gets addressed).