Disabled gitlab pages for now

This commit is contained in:
Phuntsok Drak-pa 2018-11-25 01:24:22 +01:00
parent 49b23a997c
commit 6f5bbedc0d
No known key found for this signature in database
GPG Key ID: 9CB34B6827C66D22

View File

@ -2,7 +2,7 @@ image: rikorose/gcc-cmake:latest
stages: stages:
- build - build
- pages # - pages
cache: cache:
@ -13,13 +13,13 @@ build:
- make debug - make debug
- make release - make release
pages: # pages:
stage: build # stage: build
image: rikorose/gcc-cmake:latest # image: rikorose/gcc-cmake:latest
script: # script:
- cd doc && doxygen Doxyfile && cd .. # - cd doc && doxygen Doxyfile && cd ..
- pwd && ls -aHl # - pwd && ls -aHl
- mv doc/html/ public/ # - mv doc/html/ public/
artifacts: # artifacts:
paths: # paths:
- public # - public