From cacc6de7dfcf965920d1f79e0a644a3790373ce9 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 6 Oct 2021 17:21:46 +0900 Subject: [PATCH] =?UTF-8?q?conf.py=20=E3=81=A8=E3=82=B3=E3=83=9E=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=83=A9=E3=82=A4=E3=83=B3=E3=81=AE=E8=A9=95=E4=BE=A1?= =?UTF-8?q?=E9=A0=86=E3=81=BD=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sphinx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 887ebb703..aac8843ce 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -21,7 +21,7 @@ jobs: run: sphinx-build . ../public/ja - name: sphinx build(en) working-directory: ./docs - run: sphinx-build . ../public/en -D language=en + run: sphinx-build . ../public/en -D language=en -A language=en - name: copy index.html run: cp docs/index.html public/index.html - name: Deploy