Skip to content

Commit a0cacea

Browse files
committed
fix workflow error
1 parent 8cd0670 commit a0cacea

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/adoc-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
node-version: '18'
5252

5353
- name: Install asciidoc-link-check
54-
run: npm install --save-dev asciidoc-link-check@1.17.0
54+
run: npm install --save-dev asciidoc-link-check
5555

5656
- name: Create link check config
5757
run: |

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

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

23-
2423
== 实现原理
2524

2625
=== nls_length_semantics参数

0 commit comments

Comments
 (0)