From 3dc445f69762fb95901d99b0f3148c9aabaec36e Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 25 Jan 2018 16:43:39 +0100 Subject: [PATCH] set coqdoc username --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c900f5fe..8f704942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ build-coq.8.7.1: <<: *template variables: OPAM_PINS: "coq version 8.7.1" - DOCDIR: "center.mpi-sws.org:/www/sws-websites/plv.mpi-sws.org/iris/stdpp-doc" + DOCDIR: "coqdoc@center.mpi-sws.org:/www/sws-websites/plv.mpi-sws.org/iris/stdpp-doc" except: - triggers -- GitLab