Skip to content

Commit c747fc0

Browse files
authored
Update docs-deploy.yml (#5594)
1 parent 0ede427 commit c747fc0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
- name: Checkout
7979
uses: actions/checkout@v4
8080

81-
# - name: Rewrite image paths
82-
# if: matrix.domain_config.suffix == 'io'
83-
# run: |
84-
# find document/content/docs -name "*.mdx" -type f | while read file; do
85-
# sed -i 's|](/imgs/|](https://cdn.jsdelivr.net/gh/labring/fastgpt-img@main/|g' "$file"
86-
# done
81+
- name: Rewrite image paths
82+
if: matrix.domain_config.suffix == 'io'
83+
run: |
84+
find document/content/docs -name "*.mdx" -type f | while read file; do
85+
sed -i 's|](/imgs/|](https://cdn.jsdelivr.net/gh/labring/fastgpt-img@main/|g' "$file"
86+
done
8787
8888
- name: Docker meta
8989
id: meta

0 commit comments

Comments
 (0)