This commit is contained in:
talktao 2022-08-25 18:53:36 +08:00
parent b55a5eaab0
commit 2ea7044c9c

View File

@ -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