From 285bec84c9db97ea91e70141f23ca8c994ebd801 Mon Sep 17 00:00:00 2001 From: futabooo Date: Fri, 5 Apr 2024 15:48:48 +0900 Subject: [PATCH] =?UTF-8?q?github=20pages=E3=81=AEdeploy=E3=81=AFdocs?= =?UTF-8?q?=E3=81=AB=E6=9B=B4=E6=96=B0=E3=81=8C=E3=81=82=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E3=81=A8=E3=81=8D=E3=81=A0=E3=81=91=E3=81=AB=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-docs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index 2510b59..1ad20d1 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -3,6 +3,8 @@ name: Deploy Docs on: push: branches: ["main"] + paths: + - "docs/**" workflow_dispatch: