From 54a150c706f11244417f6e317bf84a4c964dd827 Mon Sep 17 00:00:00 2001 From: Shunsuke KITADA Date: Wed, 1 Jan 2025 14:51:59 +0900 Subject: [PATCH] update for deploy --- .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 48458a6..03a8f9f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -46,6 +46,6 @@ jobs: uses: peaceiris/actions-gh-pages@v4 if: github.event_name == 'push' && github.ref == 'refs/heads/main' with: - deploy_key: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public publish_branch: gh-pages # deploying branch