From cae3f47506a725a22b04cdfbecfba4e01b300dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8F=B2=E9=B8=BD?= <1020103647@qq.com> Date: Mon, 29 Jan 2024 10:46:02 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E7=B2=BE=E7=AE=80=20deploy-h5.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-h5.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/deploy-h5.yml b/.github/workflows/deploy-h5.yml index 89e270f..35cf838 100644 --- a/.github/workflows/deploy-h5.yml +++ b/.github/workflows/deploy-h5.yml @@ -27,14 +27,6 @@ jobs: with: node-version: '18' cache: 'pnpm' - - name: Setup Pages - uses: actions/configure-pages@v4 - with: - # Automatically inject basePath in your Next.js configuration file and disable - # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized). - # - # You may remove this line if you want to manage the configuration yourself. - static_site_generator: dist/build/h5 - name: Restore cache uses: actions/cache@v3 with: