Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brueckner committed Sep 18, 2024
1 parent 5796491 commit 179ae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 179ae90

Please sign in to comment.