From 1d69d85e911d238a57499a41d722940d9f52cab1 Mon Sep 17 00:00:00 2001 From: YanQi Date: Tue, 26 Mar 2024 10:49:50 +0800 Subject: [PATCH] test --- .github/workflows/github-pages.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index c676557..25ce7bc 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -49,14 +49,13 @@ jobs: pnpm run build - name: 上传构建产物 - uses: actions/upload-artifact@v4 + uses: actions/upload-pages-artifact@v1 with: name: github-pages path: dist - - name: Configure Pages - uses: actions/configure-pages@v4 - - name: Deploy to GitHub Pages + # deploy + - name: Deploy Page To Release id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v1