There is a simple way of eliminating trailing spaces at the end of lines using the vi text editor. The following command will remove any contiguous group of one or more spaces from the end of every line in the file.
:1,$s/\s*$//
The website https://github.io uses Jekyll to format the documentation pages. Unfortunately, there is a conflict concerning the use of Doxygen
It is therefore necessary to have a file named .nojekyll
in the root directory of the
gh_pages branch.
Set the current directory to the WickedMotorShield directory in the working directory of the GIT repository.
zip -r ../WickedMotorShield examples WickedMotorShield.*