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
1 changed files with 11 additions and 11 deletions

View File

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