From 179ae90644b7f4bc8462e1321b6b7dd28fefb081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Bru=CC=88ckner?= Date: Wed, 18 Sep 2024 14:25:40 +0200 Subject: [PATCH] testing --- .github/workflows/sphinx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx/Dockerfile b/.github/workflows/sphinx/Dockerfile index d11650347..ca1c2c070 100644 --- a/.github/workflows/sphinx/Dockerfile +++ b/.github/workflows/sphinx/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /docs COPY ../../requirements.txt /docs COPY ../../locales /docs/locales COPY ../../source /docs -COPY entrypoint.sh /entrypoint.sh +COPY ../../entrypoint.sh /entrypoint.sh RUN pip3 install -r requirements.txt