Logo Lanfrica

MacarsonResearchInstitute/gha

Domaine:

environment and energy
Créateur:
Mac
Hôte:
Ocean Health Index for Ghana # Ocean Health Index for Ghana [gha] Build status of branches: - **draft** - **published** not applicable (since merely a copy of a passing draft branch) - **gh-pages** Note that a "build failing" for this gh-pages branch (ie the website) could simply mean a broken link was found. - **gh-pages** not applicable (because deployment of the Shiny app is done by OHI-Science internally) For more details, see below and ohi-science.org. ## gh-pages: website A "build failing" for the gh-pages branch could simply mean broken links were found. To test the website locally, install jekyll and run: ```bash jekyll serve --baseurl '' ``` To test links, install html-proofer (`sudo gem install html-proofer`) and run: ```bash jekyll serve --baseurl '' # Ctrl-C to stop htmlproof ./_site ```