From db99e7c44d4a9576151d7b1d97b791b5569a2d22 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Thu, 25 Jan 2018 16:47:26 +0100 Subject: [PATCH] fix coqdoc path --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8f704942..67d7b8af 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: "coqdoc@center.mpi-sws.org:/www/sws-websites/plv.mpi-sws.org/iris/stdpp-doc" + DOCDIR: "coqdoc@center.mpi-sws.org:/stdpp-doc" except: - triggers -- GitLab