From 0ce1be36084e838e0e1a0a6fad16d597168cb7f5 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 5 Apr 2024 17:14:55 +0900 Subject: [PATCH] fix --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b1c434bf..c8582dee 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -30,6 +30,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public - publish_branch: main + publish_branch: gh-pages user_name: 'ai[bot]' user_email: '138105980+yui-syui-ai[bot]@users.noreply.github.com'