Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
c747fc03
authored
Sep 04, 2025
by
Archer
Committed by
GitHub
Sep 04, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update docs-deploy.yml (#5594)
parent
0ede427a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/docs-deploy.yml
+6
-6
No files found.
.github/workflows/docs-deploy.yml
View file @
c747fc03
...
@@ -78,12 +78,12 @@ jobs:
...
@@ -78,12 +78,12 @@ jobs:
-
name
:
Checkout
-
name
:
Checkout
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
#
- name: Rewrite image paths
-
name
:
Rewrite image paths
#
if: matrix.domain_config.suffix == 'io'
if
:
matrix.domain_config.suffix == 'io'
#
run: |
run
:
|
#
find document/content/docs -name "*.mdx" -type f | while read file; do
find document/content/docs -name "*.mdx" -type f | while read file; do
#
sed -i 's|](/imgs/|](https://cdn.jsdelivr.net/gh/labring/fastgpt-img@main/|g' "$file"
sed -i 's|](/imgs/|](https://cdn.jsdelivr.net/gh/labring/fastgpt-img@main/|g' "$file"
#
done
done
-
name
:
Docker meta
-
name
:
Docker meta
id
:
meta
id
:
meta
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment