Commit 55715dd9 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

CI: fixed the deploy documentation job

parent 60e5e178
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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