Commit c747fc03 by Archer Committed by GitHub

Update docs-deploy.yml (#5594)

parent 0ede427a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment