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 b24b920 commit 3b5f61a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ jobs:

- name: Sphinx Build
uses: ./.github/workflows/sphinx
with:
context: .

8 changes: 4 additions & 4 deletions .github/workflows/sphinx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM sphinxdoc/sphinx

WORKDIR /docs
COPY requirements.txt /docs
COPY sphinx-conf.py /docs/conf.py
COPY resources/_templates /docs/_templates
COPY resources/_static /docs/_static
COPY resources/_redirects /docs/_redirects
# 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
RUN pip3 install -r requirements.txt
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM sphinxdoc/sphinx

WORKDIR /docs
COPY requirements.txt /docs
COPY sphinx-conf.py /docs/conf.py
COPY resources/_templates /docs/_templates
COPY resources/_static /docs/_static
COPY resources/_redirects /docs/_redirects
# COPY sphinx-conf.py /docs/conf.py
# COPY resources/_templates /docs/_templates
# COPY resources/_static /docs/_static
# COPY resources/_redirects /docs/_redirects
COPY locales /docs/locales
COPY source /docs
RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit 3b5f61a

Please sign in to comment.