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:
1212 - uses : actions/setup-node@v4
1313 - uses : docker://pandoc/latex:2.9
1414 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+ "
1622 - name : Install Packages
1723 run : |
1824 npm i -f
19- npm i --global mermaid-filter
2025 - name : Build all
2126 run : |
2227 npm run build
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ OAS は次のように複数のバージョンが存在します。
5454次のリンクから単一ファイルで作成されたコーディング規約を取得できます。
5555(これらのファイルは[ Pandoc] を利用して作成しています。)
5656
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 ) )
5959- [ Word] ( https://github.com/future-architect/coding-standards/raw/gh-pages/resources/OpenAPI_Specification_3.0.3.docx )
6060
6161[ pandoc ] : https://pandoc.org/
You can’t perform that action at this time.
0 commit comments