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 cd16989 commit 236c9b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sphinx/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 236c9b3

Please sign in to comment.