File tree 5 files changed +15891
-7
lines changed
5 files changed +15891
-7
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
- name : Checkout Git repository
13
13
uses : actions/checkout@v2
14
14
15
- - name : Install plugin dependencies
16
- run : npm install
15
+ - name : Install dependencies
16
+ run : npm install && cd demo && npm install
17
17
18
- - name : Build and link the plugin
19
- run : npm run build && npm link
18
+ - name : Build the plugin
19
+ run : npm run build
20
20
21
21
- name : Build and Deploy
22
22
uses : jenkey2011/vuepress-deploy@master
27
27
ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
28
28
CNAME : code-switcher.padarom.xyz
29
29
TARGET_BRANCH : gh-pages
30
- BUILD_SCRIPT : npm run build --workspace @vuepress-plugin-code-switcher/ demo
31
- BUILD_DIR : src/.vuepress/dist
30
+ BUILD_SCRIPT : npm run build: demo
31
+ BUILD_DIR : demo/ src/.vuepress/dist
Original file line number Diff line number Diff line change 1
1
node_modules
2
2
yarn.lock
3
- package-lock.json
4
3
demo /src /.vuepress /dist
5
4
demo /src /.vuepress /.cache
6
5
demo /src /.vuepress /.temp
You can’t perform that action at this time.
0 commit comments