From 625b495dd06f1955730b51c0d03ab699c3fa1ae2 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 19:50:06 +0800 Subject: [PATCH] 123 --- .gitea/workflows/demo.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index adae04a..e358b99 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,11 +6,14 @@ jobs: steps: - name: Check out repository code uses: https://gitea.com/actions/checkout@v3 - - run: ls /var/run/act/workflow/3 + - run: ls -lR - name: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: node-version: '18.4.0' + - run: ls -lR + - name: Install Yarn + run: npm install -g yarn - name: Install dependencies run: yarn install - name: Build Docusaurus website