Antoher Pipeline Fix Attempt
I don't know why I copy the .gitlab-ci-yml
from NTOS (where it works
brilliantly) and it doesn't work here. Anyway, here is another attempt
to get it to work.
Documentation was failing out due to the use of "&&" in one of the
JavaDoc blocks in ArugumentParser
, so I changed it to &&
.
Also, someone made a type and put a slash in front of a br
tag, which
I also fixed. I got rid of the couple of "no description for @param"
warnings by putting in the descriptions.
Hopefully, documentation will now work and the Site will be published to pages.
-SC