Added more detailed dependency installation instructions as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515789575
This commit is contained in:
parent
dcc6090678
commit
99d14cf841
5 changed files with 38 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue