From 2ea7044c9cdc71b73015d3c1a57b6de7eaaea607 Mon Sep 17 00:00:00 2001 From: talktao Date: Thu, 25 Aug 2022 18:53:36 +0800 Subject: [PATCH] build --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62035df..1ffaa38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,11 +36,10 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # Upload entire repository - path: '.' + path: 'Vue3-Vite-Vant-TS-H5' branch: gh-pages # 部署后提交到那个分支 folder: dist # 这里填打包好的目录名称 REPOSITORY_NAME: talktao/talktao.github.io # 这是我的 github page 仓库 - TARGET_FOLDER: Vue3-Vite-Vant-TS-H5 # 打包的文件将放到静态服务器 github-actions-demo 目录下 - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1