diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 104eb53..53a6db1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,7 +12,7 @@ jobs: with: node-version: '14' # 确保这是与你的项目兼容的Node.js版本 - name: Install dependencies - run: yarn + run: yarn - name: Build Docusaurus website - run: yarn build + run: yarn build \ No newline at end of file