diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21d24230c9424b9a26a3bc9c0c85e97d830f21c1..27d9239dbf3767cfa0af0cfd3b459c8d344cb395 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,17 +35,17 @@ build_win10_msvc: - cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake --build . - deploy_doc_web: - stage: deploy - needs: ["build_ubuntu_gcc"] - dependencies: - - build_ubuntu_gcc - tags: - - webserver - variables: - GIT_STRATEGY: none - script: - - echo $CI_COMMIT_BRANCH - - pwd - - cd /html - - ls \ No newline at end of file +deploy_doc_web: + stage: deploy + needs: ["build_ubuntu_gcc"] + dependencies: + - build_ubuntu_gcc + tags: + - webserver + variables: + GIT_STRATEGY: none + script: + - echo $CI_COMMIT_BRANCH + - pwd + - cd /html + - ls \ No newline at end of file