NOAA-PMEL/GHOrgSync

Need to also clone the wiki pages

Closed this issue · 1 comments

The wiki pages, if they exist, also need to be cloned. This should be a simple addition as git clone can be used for this using the wiki URL; e.g., git clone git@github.com:NOAA-PMEL/Ferret.wiki.git. Just need to get the list of wiki repos, presumably from an api call as was done with the code repos. Alternatively, just try to get the wiki for every repo it found.

Addressed in d8e88b8