Update docs-deploy.yml (#5594)

This commit is contained in:
Archer
2025-09-04 23:03:47 +08:00
committed by GitHub
parent 0ede427a96
commit c747fc03ad

View File

@@ -78,12 +78,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# - name: Rewrite image paths
# if: matrix.domain_config.suffix == 'io'
# run: |
# 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"
# done
- name: Rewrite image paths
if: matrix.domain_config.suffix == 'io'
run: |
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"
done
- name: Docker meta
id: meta