Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 718e050

Browse files
committed
modified: .github/workflows/sphinx.yml
1 parent 02f63a2 commit 718e050

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/sphinx.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Build HTML
1414
uses: ammaraskar/sphinx-action@master
15-
- name: Build HTML English
16-
run: |
17-
sphinx-build -D language=en -b html ./docs docs/_build/html/en
15+
with:
16+
docs-folder: "docs/"
17+
build-command: |
18+
sphinx-build -b html . _build/html
19+
sphinx-build -D language=en -b html . _build/html/en
20+
1821
- name: Upload artifacts
1922
uses: actions/upload-artifact@v1
2023
with:

0 commit comments

Comments
 (0)