Sage-Bionetworks / synapseDocs

Synapse documentation pages
https://docs.synapse.org
7 stars 36 forks source link

decide if travis build is necessary #752

Open kdaily opened 4 years ago

kdaily commented 4 years ago

Our travis file currently tries to build our docs from the master branch and our readme has a travis status badge indicating success or failure. Decide if we still want to have a badge indicating status of success.

It should point to the gh-pages branch. We could also use GitHub actions.

kelshmo commented 4 years ago
  1. Convert travis to GH actions.
  2. Change what it is doing to follow GH pages documentation e.g. ruby gems etc.
  3. Turn on GH actions.