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

Commit 5a63ecf

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
with:
1616
docs-folder: "docs/"
1717
build-command: |
18-
sphinx-build -b html . _build/html
19-
sphinx-build -D language=en -b html . _build/html/en
18+
sphinx-build -b html . _build/html
19+
sphinx-build -D language=en -b html . _build/html/en
2020
2121
- name: Upload artifacts
2222
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)