We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ede427 commit c747fc0Copy full SHA for c747fc0
.github/workflows/docs-deploy.yml
@@ -78,12 +78,12 @@ jobs:
78
- name: Checkout
79
uses: actions/checkout@v4
80
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
+ - 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
87
88
- name: Docker meta
89
id: meta
0 commit comments