mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 16:23:30 +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 }}"
|
||||
fi
|
||||
- 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:
|
||||
host: ${{ secrets.CN_CLIENT_HOST }}
|
||||
username: ${{ secrets.CN_CLIENT_USERNAME }}
|
||||
|
@ -26,6 +26,9 @@ export default defineConfig({
|
||||
{ type: 'component', dir: 'src/schema-component/antd' },
|
||||
],
|
||||
},
|
||||
jsMinifierOptions: {
|
||||
target: ['chrome80', 'es2020'],
|
||||
},
|
||||
locales: lang === 'zh-CN' ? [{ id: 'zh-CN', name: '中文' },] : [{ id: 'en-US', name: 'English' }],
|
||||
themeConfig: defineThemeConfig({
|
||||
title: 'NocoBase',
|
||||
|
Loading…
Reference in New Issue
Block a user