From 4735ca99ad987f8deb2395b056fc0f53541576b7 Mon Sep 17 00:00:00 2001 From: talktao Date: Thu, 25 Aug 2022 19:25:47 +0800 Subject: [PATCH] build --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c258eae..27369ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,6 @@ jobs: steps: - name: Checkout ๐Ÿ›Ž๏ธ # ๅฐ†ไปฃ็ ๆ‹‰ๅ–ๅˆฐ่™šๆ‹Ÿๆœบ uses: actions/checkout@v3 - with: - persist-credentials: false - name: Install and Build ๐Ÿ”ง # ๅฎ‰่ฃ…ไพ่ต–ใ€ๆ‰“ๅŒ…๏ผŒๅฆ‚ๆžœๆๅ‰ๅทฒๆ‰“ๅŒ…ๅฅฝๆ— ้œ€่ฟ™ไธ€ๆญฅ run: | @@ -23,5 +21,5 @@ jobs: with: branch: gh-pages folder: dist - REPOSITORY_NAME: talktao/talktao.github.io # ่ฟ™ๆ˜ฏๆˆ‘็š„ github page ๅœฐๅ€ - TARGET_FOLDER: Vue3-Vite-Vant-TS-H5 # ๆ‰“ๅŒ…็š„ๆ–‡ไปถๅฐ†ๆ”พๅˆฐ้™ๆ€ๆœๅŠกๅ™จ Vue3-Vite-Vant-TS-H5 ็›ฎๅฝ•ไธ‹ \ No newline at end of file + # REPOSITORY_NAME: talktao/talktao.github.io # ่ฟ™ๆ˜ฏๆˆ‘็š„ github page ๅœฐๅ€ + # TARGET_FOLDER: Vue3-Vite-Vant-TS-H5 # ๆ‰“ๅŒ…็š„ๆ–‡ไปถๅฐ†ๆ”พๅˆฐ้™ๆ€ๆœๅŠกๅ™จ Vue3-Vite-Vant-TS-H5 ็›ฎๅฝ•ไธ‹ \ No newline at end of file