mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 01:56:16 +00:00
chore: upgrade appleboy/scp-action (#5461)
* chore: upgrade appleboy/scp-action * fix: build
This commit is contained in:
parent
d553e51b51
commit
eda732ef5f
2
.github/workflows/deploy-client-docs.yml
vendored
2
.github/workflows/deploy-client-docs.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
|||||||
echo "::set-output name=tags::pr-${{ github.event.pull_request.number }}"
|
echo "::set-output name=tags::pr-${{ github.event.pull_request.number }}"
|
||||||
fi
|
fi
|
||||||
- name: copy files via ssh - ${{ steps.set-tags.outputs.tags }}
|
- name: copy files via ssh - ${{ steps.set-tags.outputs.tags }}
|
||||||
uses: appleboy/scp-action@v0.1.4
|
uses: appleboy/scp-action@v0.1.7
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.CN_CLIENT_HOST }}
|
host: ${{ secrets.CN_CLIENT_HOST }}
|
||||||
username: ${{ secrets.CN_CLIENT_USERNAME }}
|
username: ${{ secrets.CN_CLIENT_USERNAME }}
|
||||||
|
@ -26,6 +26,9 @@ export default defineConfig({
|
|||||||
{ type: 'component', dir: 'src/schema-component/antd' },
|
{ type: 'component', dir: 'src/schema-component/antd' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
jsMinifierOptions: {
|
||||||
|
target: ['chrome80', 'es2020'],
|
||||||
|
},
|
||||||
locales: lang === 'zh-CN' ? [{ id: 'zh-CN', name: '中文' },] : [{ id: 'en-US', name: 'English' }],
|
locales: lang === 'zh-CN' ? [{ id: 'zh-CN', name: '中文' },] : [{ id: 'en-US', name: 'English' }],
|
||||||
themeConfig: defineThemeConfig({
|
themeConfig: defineThemeConfig({
|
||||||
title: 'NocoBase',
|
title: 'NocoBase',
|
||||||
|
Loading…
Reference in New Issue
Block a user