Skip to content
Snippets Groups Projects
Commit 18a3eae1 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Fixed pages CI

	modified:   .gitlab-ci.yml
parent f9633884
No related branches found
No related tags found
1 merge request!17Fixed pages CI
Pipeline #7695 passed
...@@ -28,8 +28,8 @@ pages: ...@@ -28,8 +28,8 @@ pages:
- if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"' - if: '$CI_SERVER_HOST == "gitlab.phy.anl.gov" && $CI_COMMIT_BRANCH == "master"'
script: script:
- apk update && apk add doxygen graphviz ttf-ubuntu-font-family - apk update && apk add doxygen graphviz ttf-ubuntu-font-family
- cd build && mkdir -p doxygen_output && doxygen ../docs/Doxyfile && cd .. - cd build && cp -r ../docs/* . && doxygen Doxyfile && cd ..
- mkdir -p public && cp -r build/doxygen_output/html/* public/. - mkdir -p public && cp -r build/docs/html/* public/.
# - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make doc_doxygen && cd .. # - mkdir build && cd build && cmake ../. -DCMAKE_INSTALL_PREFIX=../install && make doc_doxygen && cd ..
#- cp -r build/doxygen_output/html public #- cp -r build/doxygen_output/html public
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment