Skip to content

Commit 6af466b

Browse files
authored
Feature/#188 mermaid (#203)
1 parent a48cb22 commit 6af466b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/GHPages.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

documents/forOpenAPISpecification/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

0 commit comments

Comments
 (0)