From 68fb6864b697682d4e33ad8ef5741811df17f3e7 Mon Sep 17 00:00:00 2001 From: gongph Date: Sun, 24 Nov 2024 22:25:58 +0800 Subject: [PATCH] chore: update deploy --- .github/workflows/deploy-to-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index 70e0a5b..de48688 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -24,5 +24,5 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: - accessToken: ${{ secrets.ACCESS_TOKEN }} + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} publish_dir: ./dist