Skip to content

Commit

Permalink
格式check改动-恢复5
Browse files Browse the repository at this point in the history
  • Loading branch information
lhq01844380@antgroup.com committed Jun 28, 2024
1 parent bafd307 commit 4753236
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docusaurus-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
SSH_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
with:
source-directory: 'docs/build'
destination-github-username: '15669072513'
destination-repository-name: 'mosn.github.io'
destination-github-username: 'layotto'
destination-repository-name: 'layotto.github.io'
target-branch: master
target-directory: 'layotto'
3 changes: 2 additions & 1 deletion etc/script/check-dead-link.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ NC='\033[0m' # No Color
GREEN='\033[0;32m'
YELLOW='\033[0;33m'

for file in $(find . -name "*.md"); do
#for file in $(find . -name "*.md"); do
for file in $(find docs/blog -name "*.md"); do
markdown-link-check -c .github/dead_link_check_config.json -q "$file" >> result.txt 2>&1
done

Expand Down

0 comments on commit 4753236

Please sign in to comment.