From 8fa9747847be1825a5d34b6428b010a04040c546 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Jul 2025 16:10:55 +0900 Subject: [PATCH] fix gh-actions --- .github/workflows/gh-pages.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7f33723..0691420 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,15 +4,10 @@ on: push: branches: - main - pull_request: - branches: - - main - types: [closed] jobs: build-deploy: runs-on: ubuntu-latest - if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) steps: - uses: actions/checkout@v4 with: @@ -31,7 +26,7 @@ jobs: npm run build - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist