12.0 docs publishes from branch 12.0

This commit is contained in:
wacmkxiaoyi 2025-10-24 17:16:00 +08:00
parent 6080667559
commit fccd560030
2 changed files with 2 additions and 4 deletions

View File

@ -3,7 +3,7 @@ name: Deploy CI - 12.0
on:
push:
branches:
- master
- 12.0
jobs:
deploy:
@ -19,4 +19,4 @@ jobs:
- run: cd $GITHUB_WORKSPACE
- run: git config user.name ci-bot
- run: git config user.email ci-bot@seafile.com
- run: mike deploy --push -u 12.0 latest
- run: mike deploy --push -u 12.0

View File

@ -45,7 +45,6 @@ ONLYOFFICE_APIJS_URL = 'https://seafile.example.com:6233/web-apps/apps/api/docum
ONLYOFFICE_FILE_EXTENSION = ('doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'odt', 'fodt', 'odp', 'fodp', 'ods', 'fods', 'csv', 'ppsx', 'pps')
ONLYOFFICE_EDIT_FILE_EXTENSION = ('docx', 'pptx', 'xlsx')
ONLYOFFICE_JWT_SECRET = '<your jwt secret>'
OFFICE_PREVIEW_MAX_SIZE = 30 * 1024 * 1024 # preview size, 30 MB
```
!!! tip
@ -136,7 +135,6 @@ ENABLE_ONLYOFFICE = True
ONLYOFFICE_APIJS_URL = 'http{s}://<Your OnlyOffice host url>/web-apps/apps/api/documents/api.js'
ONLYOFFICE_FILE_EXTENSION = ('doc', 'docx', 'ppt', 'pptx', 'xls', 'xlsx', 'odt', 'fodt', 'odp', 'fodp', 'ods', 'fods', 'csv', 'ppsx', 'pps')
ONLYOFFICE_JWT_SECRET = '<your jwt secret>'
OFFICE_PREVIEW_MAX_SIZE = 30 * 1024 * 1024 # preview size, 30 MB
```
### About SSL