File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
uses : netlify/actions/cli@master
56
56
timeout-minutes : 10
57
57
with :
58
- args : deploy --dir=./docs/.vitepress/dist
58
+ args : deploy --filter @nolebase/plugins-docs -- dir=./docs/.vitepress/dist
59
59
env :
60
60
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
61
61
NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
Original file line number Diff line number Diff line change 55
55
uses : netlify/actions/cli@master
56
56
timeout-minutes : 10
57
57
with :
58
- args : deploy --dir=./docs/.vitepress/dist --prod
58
+ args : deploy --filter @nolebase/plugins-docs -- dir=./docs/.vitepress/dist --prod
59
59
env :
60
60
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
61
61
NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
Original file line number Diff line number Diff line change 1
- /* /en/:splat 301
2
- /* /zh-CN/:splat 301 Language =zh-cn
1
+ /* /pages/ en/:splat 301
2
+ /* /pages/ zh-CN/:splat 301 Language =zh-cn
You can’t perform that action at this time.
0 commit comments