diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af27a526..a6860204 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -534,8 +534,8 @@ jobs: deploy-page: name: Deploy Page runs-on: ubuntu-latest - needs: [build-page] - #if: github.repository_owner == 'momo5502' && github.event_name == 'push' && github.ref == 'refs/heads/main' + needs: [build-page, summary] + if: github.repository_owner == 'momo5502' && github.event_name == 'push' && github.ref == 'refs/heads/main' permissions: contents: read pages: write