Commit c747fc03 by Archer Committed by GitHub

Update docs-deploy.yml (#5594)

parent 0ede427a
...@@ -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
......
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