From 7e445637585840a79de80097d2baa9378a94c17b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E6=A2=93?= Date: Mon, 9 May 2022 21:01:24 +0800 Subject: [PATCH] Update Github Action Directory --- .github/workflows/build-test.yml | 3 +-- README.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 2b42235..bd386f4 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -32,9 +32,8 @@ jobs: - uses: actions/setup-node@v2 with: node-version: 16 - - name: CD directory - run: cd dist/templates/${{ matrix.template-path }} - name: Build Test + working-directory: ./dist/templates/${{ matrix.template-path }} run: | npm install npm run build diff --git a/README.md b/README.md index 43db8a5..f7f0432 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ O̲rangii V̲ue Ex̲ample 当前模板有: - Vue-ts + vue-router + Element Plus + Element Icon + 组件、方法自动导入 +- Vue-tsx + vue-router + Element Plus + Element Icon - Vue-ts + vue-router + Ant Design + Element Icon + 组件、方法自动导入 _更多模板添加中_