-
Notifications
You must be signed in to change notification settings - Fork 382
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
CI: detect outdated docs' examples #2532
Labels
🗺️good first issue🗺️
Ideal for newcomer contributors
Comments
moul
added a commit
that referenced
this issue
Jul 7, 2024
- add 'make build' (embedmd) - refactor Makefile (simplified) - check on CI that docs/ is "built" (no diff) Related (but not closing) #2532 Part of #2529 --------- Signed-off-by: moul <[email protected]>
gfanton
pushed a commit
to gfanton/gno
that referenced
this issue
Jul 23, 2024
- add 'make build' (embedmd) - refactor Makefile (simplified) - check on CI that docs/ is "built" (no diff) Related (but not closing) gnolang#2532 Part of gnolang#2529 --------- Signed-off-by: moul <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have gno files in
docs/assets/**/*.gno
. These files should be tested with CI to ensure the documentation always provides working examples.Add
cd docs; make test
.Example: #2529 (comment)
Related: #2534 (but addressing another similar need)
The text was updated successfully, but these errors were encountered: