File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
documents/forOpenAPISpecification Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,16 @@ jobs:
12
12
- uses : actions/setup-node@v4
13
13
- uses : docker://pandoc/latex:2.9
14
14
with :
15
- args : sh build-resources-with-pandoc.sh
15
+ args : |
16
+ sh -c "
17
+ apt-get update \
18
+ && apt-get install -y python3-pip \
19
+ && pip3 install mermaid-filter \
20
+ && sh build-resources-with-pandoc.sh
21
+ "
16
22
- name : Install Packages
17
23
run : |
18
24
npm i -f
19
- npm i --global mermaid-filter
20
25
- name : Build all
21
26
run : |
22
27
npm run build
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ OAS は次のように複数のバージョンが存在します。
54
54
次のリンクから単一ファイルで作成されたコーディング規約を取得できます。
55
55
(これらのファイルは[ Pandoc] を利用して作成しています。)
56
56
57
- - [ Markdown] ( https://github.com/future-architect/coding-standards/blob/master/documents/forOpenAPISpecification/OpenAPI_Specification_2.0 .md )
58
- - [ HTML(Single File)] ( https://github.com/future-architect/coding-standards/blob/gh-pages/resources/OpenAPI_Specification_2.0 .html ) ([ ブラウザで見る] ( https://future-architect.github.io/coding-standards/resources/OpenAPI_Specification_3.0.3.html ) )
57
+ - [ Markdown] ( https://github.com/future-architect/coding-standards/blob/master/documents/forOpenAPISpecification/OpenAPI_Specification_3.0.3 .md )
58
+ - [ HTML(Single File)] ( https://github.com/future-architect/coding-standards/blob/gh-pages/resources/OpenAPI_Specification_3.0.3 .html ) ([ ブラウザで見る] ( https://future-architect.github.io/coding-standards/resources/OpenAPI_Specification_3.0.3.html ) )
59
59
- [ Word] ( https://github.com/future-architect/coding-standards/raw/gh-pages/resources/OpenAPI_Specification_3.0.3.docx )
60
60
61
61
[ pandoc ] : https://pandoc.org/
You can’t perform that action at this time.
0 commit comments