From 9bde5626a0105bdd26249b0a93f64fa3e7aedcc6 Mon Sep 17 00:00:00 2001
From: Johannes Mey <johannes.mey@tu-dresden.de>
Date: Sun, 27 Feb 2022 00:16:36 +0100
Subject: [PATCH] debug
---
.gitlab-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fee3812..8c21caf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -72,8 +72,10 @@ pages:
before_script:
- pip install -r pages/requirements.txt
script:
+ - pwd
- ls
- - cp -r src/gen/resources/diagrams/ pages/docs/diagrams
+ - ls /
+ - cp -r /src/gen/resources/diagrams/ pages/docs/diagrams
- cd pages && mkdocs build
artifacts:
paths:
--
GitLab