diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index fb60274..c5a8869 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -18,8 +18,9 @@ jobs: - run: yarn config set registry https://registry.npm.taobao.org - run: npm config set registry https://registry.npm.taobao.org - run: yarn cache clean - - run: ls -lR /var/run/act/workflow + - run: ls -lR - name: Install dependencies run: yarn - name: Build Docusaurus website - run: yarn build \ No newline at end of file + run: yarn build + - run: ls -lR \ No newline at end of file