Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
brueckner committed Sep 12, 2024
1 parent 3b5f61a commit 1e8cf8a
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,13 +1,13 @@
FROM sphinxdoc/sphinx

WORKDIR /docs
COPY requirements.txt /docs
COPY ../../requirements.txt /docs
# COPY sphinx-conf.py /docs/conf.py
# COPY _templates /docs/_templates
# COPY _static /docs/_static
# COPY _redirects /docs/_redirects
COPY locales /docs/locales
COPY source /docs
COPY ../../locales /docs/locales
COPY ../../source /docs
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 1e8cf8a

Please sign in to comment.