From c0656d462d4c2604e76186ed81476b3ea7fba504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=AA=E5=89=91=E5=B3=B0?= <1024489@qq.com> Date: Mon, 5 Aug 2024 17:39:13 +0800 Subject: [PATCH] 123 --- .gitea/workflows/demo.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 104eb53..0d20da6 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -8,11 +8,10 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - name: Use gitea Node.js - uses: https://gitea.com/actions/setup-node@v4 + uses: https://gitea.com/actions/setup-node@v4 with: node-version: '14' # 确保这是与你的项目兼容的Node.js版本 - name: Install dependencies - run: yarn + run: yarn - name: Build Docusaurus website - run: yarn build - \ No newline at end of file + run: yarn build \ No newline at end of file