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