Skip to content

Commit

Permalink
Merge pull request #70 from ty-dc/test
Browse files Browse the repository at this point in the history
Test

Signed-off-by: ty-dc <[email protected]>
  • Loading branch information
ty-dc committed Jan 11, 2024
1 parent 99a54e5 commit 373f7a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/call-release-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ jobs:
if [ -e "${docVersion}" ]; then
echo "doc version:${docVersion} already exists, just update it."
echo "SET_LATEST=false" >> $GITHUB_ENV
echo "SET_LATEST=true" >> $GITHUB_ENV
else
echo "The doc version:${docVersion} does not exist yet, while generating the doc and set it to latest"
echo "SET_LATEST=true" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
这是一个测试文件

Check failure on line 1 in test.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

First line in a file should be a top-level heading [Context: "这是一个测试文件"]

0 comments on commit 373f7a6

Please sign in to comment.