Skip to content

Commit 810dc90

Browse files
committed
fix
1 parent b833bbe commit 810dc90

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/GHPages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-node@v4
13+
- name: Install mermaid-filter
14+
run: |
15+
npm i -g mermaid-filter
1316
- uses: docker://pandoc/latex:2.9
1417
with:
1518
args: |

.github/workflows/test-build-resources-with-pandoc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
17+
- name: Install mermaid-filter
18+
run: |
19+
npm i -g mermaid-filter
1720
- uses: docker://pandoc/latex:2.9
1821
with:
1922
args: sh build-resources-with-pandoc.sh

build-resources-with-pandoc.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
npm i -g mermaid-filter
2-
31
ROOT_DIR=`pwd`
42
CSS_PATH="${ROOT_DIR}/documents/common/pandoc_styles/css/style.css"
53
STYLE_DOCX_PATH="${ROOT_DIR}/documents/common/pandoc_styles/スタイル.docx"

0 commit comments

Comments
 (0)