From e08e3394b30feff22547b5a32249a52faa76d976 Mon Sep 17 00:00:00 2001 From: mjking <1406993111@qq.com> Date: Wed, 17 Jul 2024 15:02:09 +0800 Subject: [PATCH] Update gitea-build.yml --- .github/workflows/gitea-build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/gitea-build.yml b/.github/workflows/gitea-build.yml index 396b1e6..89036b0 100644 --- a/.github/workflows/gitea-build.yml +++ b/.github/workflows/gitea-build.yml @@ -39,16 +39,16 @@ jobs: run: | version=$(grep 'version:' theme.yaml | sed 's/.*:\s*//') echo "version=$version" >> $GITHUB_ENV - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - name: Install dependencies - run: npm install - # Actions构建 - - name: Build - run: npm run actions --tag=${{ env.version }} + # - name: Use Node.js ${{ matrix.node-version }} + # uses: actions/setup-node@v4 + # with: + # node-version: ${{ matrix.node-version }} + # cache: 'npm' + # - name: Install dependencies + # run: npm install + # # Actions构建 + # - name: Build + # run: npm run actions --tag=${{ env.version }} # # 上传构建产物zip # - name: Upload artifacts