You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@if find _book -name '*.md'| grep -E '.*';thenecho I have found spurious .md files, please remove/rename them or add them to SUMMARY.md incase you forgot;exit 1;elseecho All good, none found;exit 0;fi