Skip to content

Commit 8cd0670

Browse files
committed
fix workflow error
1 parent 65cf6ed commit 8cd0670

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/adoc-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
3131
- name: Install Asciidoctor
3232
run: |
33-
gem install asciidoctor --version '~>2.3.19'
34-
gem install asciidoctor-diagram --version '~>2.3.19'
33+
gem install asciidoctor --version '~> 2.0'
34+
gem install asciidoctor-diagram --version '~> 2.2'
3535
3636
- name: Validate AsciiDoc syntax
3737
run: |

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

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

23+
2324
== 实现原理
2425

2526
=== nls_length_semantics参数

0 commit comments

Comments
 (0)