Added more detailed dependency installation instructions as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515789575

This commit is contained in:
eidheim 2019-07-29 09:56:43 +02:00
commit 99d14cf841
5 changed files with 38 additions and 14 deletions

View file

@ -39,8 +39,8 @@ pages:
image: alpine
script:
- apk update && apk add doxygen
- cd .. && doxygen doxygen/Doxyfile
- mv doxygen/documentation/html/ public/
- cd .. && doxygen docs/Doxyfile
- mv docs/doxygen_output/html/ public/
artifacts:
paths:
- public