From 5859d2b8ed61936db4792ae2ec323e26531abdc6 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 18:25:28 +0800 Subject: [PATCH] 123 --- .gitea/workflows/demo.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 6426a1f..abacf92 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,13 +6,11 @@ jobs: build: steps: - name: Check out repository code - uses: actions/checkout@v3 + uses: http://http://47.116.170.60:3300/jeff/MYDOC - name: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: node-version: '14' - - name: Install Yarn - run: npm install -g yarn - name: Install dependencies run: yarn install - name: Build Docusaurus website