This is an automated email from the ASF dual-hosted git repository.

guoqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d59ec22f911 fix: deploy ci failed (#1748)
d59ec22f911 is described below

commit d59ec22f911d6770b80e334a83c32fda1773ee18
Author: Qi Guo <[email protected]>
AuthorDate: Sat Dec 23 15:35:18 2023 +0800

    fix: deploy ci failed (#1748)
---
 scripts/special-process-v2md.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/special-process-v2md.sh b/scripts/special-process-v2md.sh
index cf28861b68b..dfc0e7b5a99 100644
--- a/scripts/special-process-v2md.sh
+++ b/scripts/special-process-v2md.sh
@@ -8,9 +8,11 @@ BASEDIR=$(dirname $0)/..
 if [[ "$OSTYPE" == "linux-gnu"* ]]; then
   sed -i '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; 
/<!--\s*markdown-link-check-enable\s*-->/I,+1d;' 
$BASEDIR/doc/docs/apisix-ingress-controller/references/v2.mdx
   sed -i '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; 
/<!--\s*markdown-link-check-enable\s*-->/I,+1d;' 
$BASEDIR/doc/docs-apisix-ingress-controller_versioned_docs/version-1.7.0/references/v2.mdx
+  sed -i '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; 
/<!--\s*markdown-link-check-enable\s*-->/I,+1d;' 
$BASEDIR/doc/docs-apisix-ingress-controller_versioned_docs/version-1.8.0/references/v2.mdx
 elif [[ "$OSTYPE" == "darwin"* ]]; then
   sed -i '' '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; 
/<!--\s*markdown-link-check-enable\s*-->/I,+1d;' 
$BASEDIR/doc/docs/apisix-ingress-controller/references/v2.mdx
   sed -i '' '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; 
/<!--\s*markdown-link-check-enable\s*-->/I,+1d;' 
$BASEDIR/doc/docs-apisix-ingress-controller_versioned_docs/version-1.7.0/references/v2.mdx
+  sed -i '' '/<!--\s*markdown-link-check-disable\s*-->/I,+1d; 
/<!--\s*markdown-link-check-enable\s*-->/I,+1d;' 
$BASEDIR/doc/docs-apisix-ingress-controller_versioned_docs/version-1.8.0/references/v2.mdx
 else
   echo "Unsupported OS: $OSTYPE"
   exit 1

Reply via email to