From 9e0b84c7ee61527f3e3e258653d83d0c1d923c86 Mon Sep 17 00:00:00 2001 From: heixinyouzi <2410633923@qq.com> Date: Wed, 22 May 2024 15:50:23 +0800 Subject: [PATCH] 222 --- .gitea/workflows/youzi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/youzi.yml b/.gitea/workflows/youzi.yml index eab1e8e..bba13b8 100644 --- a/.gitea/workflows/youzi.yml +++ b/.gitea/workflows/youzi.yml @@ -5,7 +5,7 @@ on: - main jobs: - build-and-deploy: + build-and-deploy: runs-on: ubuntu-latest container: node:18 steps: @@ -24,7 +24,7 @@ jobs: registry-url: 'https://registry.npmmirror.com' - name: 缓存 - uses: https://gitea.cn/actions/cache@v3 + uses: https://gitea.cn/actions/cache@v3 id: cache with: path: node_modules @@ -42,4 +42,4 @@ jobs: key: ${{ secrets.SERVER_SSH_KEY }} # 服务器连接密钥 source: './dist/' # 拷贝文件目录 target: ${{ secrets.USER_TARGET }} # 服务器目标目录 - strip_components: 2 \ No newline at end of file + strip_components: 2 \ No newline at end of file