From 74174a03c95d66504f045db0ff4957a7dd36f93b 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7f33723..5de95f4 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: