Skip to content

Commit 91bcf8c

Browse files
4.6.8 supplement (#831)
Co-authored-by: heheer <[email protected]>
1 parent 51bbdf2 commit 91bcf8c

File tree

200 files changed

+4020
-2382
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+4020
-2382
lines changed

.github/workflows/bot-issues-translator.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.
File renamed without changes.

.github/workflows/docs-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build FastGPT docs images and copy image to docker hub
1+
name: Build docs images and copy image to docker hub
22
on:
33
workflow_dispatch:
44
push:
@@ -95,4 +95,4 @@ jobs:
9595
env:
9696
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
9797
with:
98-
args: rollout restart deployment fastgpt-docs
98+
args: rollout restart deployment fastgpt-docs

.github/workflows/deploy-preview.yml renamed to .github/workflows/docs-preview.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: deploy-docs-preview
1+
name: preview-docs
22

33
on:
44
pull_request_target:
@@ -74,7 +74,7 @@ jobs:
7474
alias-domains: | #Optional
7575
fastgpt-staging.vercel.app
7676
docsOutput:
77-
needs: [ deploy-preview ]
77+
needs: [deploy-preview]
7878
runs-on: ubuntu-latest
7979
steps:
8080
- uses: actions/checkout@v3
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
version: v0.0.6
9494
env:
95-
GH_TOKEN: "${{ secrets.GH_PAT }}"
96-
SEALOS_TYPE: "pr_comment"
97-
SEALOS_FILENAME: "report.md"
98-
SEALOS_REPLACE_TAG: "DEFAULT_REPLACE_DEPLOY"
95+
GH_TOKEN: '${{ secrets.GH_PAT }}'
96+
SEALOS_TYPE: 'pr_comment'
97+
SEALOS_FILENAME: 'report.md'
98+
SEALOS_REPLACE_TAG: 'DEFAULT_REPLACE_DEPLOY'
71.1 KB
Loading
-206 KB
Loading
-141 KB
Loading
-183 KB
Loading
65.6 KB
Loading
-20.5 KB
Loading

0 commit comments

Comments
 (0)