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
#347 introduced a function to fail Travis and warn the user if editing index.html
This was made because students wewre editing this file to add them statically, instead of editing the data fields.
Now, what if you really want to edit index.html?
You could simply ignore Travis build, but that could cause confusion, so there's another way:
Just add
<!-- Safe Edit -->
somewhere in the PR body and It will automatically hide the line and skip the test.
Thank you
The text was updated successfully, but these errors were encountered:
#347 introduced a function to fail Travis and warn the user if editing index.html
This was made because students wewre editing this file to add them statically, instead of editing the data fields.
Now, what if you really want to edit index.html?
You could simply ignore Travis build, but that could cause confusion, so there's another way:
Just add
somewhere in the PR body and It will automatically hide the line and skip the test.
Thank you
The text was updated successfully, but these errors were encountered: