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 5957aa7 commit 201af7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/action.yml → .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
uses: actions/checkout@v4

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

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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 ../../locales /docs/locales
COPY ../../source /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 ../../../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
File renamed without changes.

0 comments on commit 201af7f

Please sign in to comment.