Skip to content

Commit e38abad

Browse files
committed
fix workflow error
1 parent a0cacea commit e38abad

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/adoc-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
7171
- name: Check internal links
7272
run: |
73-
find . \( -name "*.adoc" -o -name "*.asciidoc" \) | xargs -I {} asciidoc-link-check -c .asciidoc-link-check.json {}
73+
find . \( -name "*.adoc" -o -name "*.asciidoc" \) | xargs -I {} npx asciidoc-link-check -c .asciidoc-link-check.json {}

CN/modules/ROOT/pages/master/6.3.5.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ IvorySQL提供了兼容Oracle的NLS参数功能,包含如下参数。
2020
|nls_currency | 兼容Oracle的同名参数,指定显示本地货币的符号,对应数字字符串格式中占位符L。
2121
|====
2222

23+
24+
2325
== 实现原理
2426

2527
=== nls_length_semantics参数

0 commit comments

Comments
 (0)