Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -504,8 +504,11 @@ deploy documentation: # use "dependencies" instead of "needs" to deploy only when the entire pipeline succeeds dependencies: - build documentation image: "archlinux:latest" before_script: - pacman -Suy --noconfirm --needed rsync script: - ./Documentation/deploy tags: # - doxygen - docker - deploy_key Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -504,8 +504,11 @@ deploy documentation: # use "dependencies" instead of "needs" to deploy only when the entire pipeline succeeds dependencies: - build documentation image: "archlinux:latest" before_script: - pacman -Suy --noconfirm --needed rsync script: - ./Documentation/deploy tags: # - doxygen - docker - deploy_key