From 236c9b3c25e98867172455b308cb2d1d163b7535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Bru=CC=88ckner?= Date: Wed, 18 Sep 2024 14:11:39 +0200 Subject: [PATCH] testing --- .github/workflows/sphinx/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sphinx/Dockerfile b/.github/workflows/sphinx/Dockerfile index 916677351..738583c8d 100644 --- a/.github/workflows/sphinx/Dockerfile +++ b/.github/workflows/sphinx/Dockerfile @@ -1,8 +1,8 @@ FROM sphinxdoc/sphinx -COPY ../../requirements.txt /docs -COPY ../../source /docs -COPY ../../locales /docs/locales +COPY ../requirements.txt /docs +COPY ../source /docs +COPY ../locales /docs/locales RUN pip3 install -r requirements.txt # Copies your code file from your action repository to the filesystem path `/` of the container