From 3c03ada7513d29bf5a08f66f0092a7e2b22a83f9 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Thu, 14 Dec 2023 14:45:11 +0900 Subject: [PATCH] =?UTF-8?q?action=20=E3=82=92=E6=89=8B=E5=8B=95=20restart?= =?UTF-8?q?=20=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sphinx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index ef4e5ac56..87cea3344 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -4,6 +4,8 @@ on: push: branches: - master + # Actions タブから手動でワークフローを実行できるようにします + workflow_dispatch: jobs: build: