Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 24, 2024
1 parent b833bbe commit 810dc90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install mermaid-filter
run: |
npm i -g mermaid-filter
- uses: docker://pandoc/latex:2.9
with:
args: |
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test-build-resources-with-pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Install mermaid-filter
run: |
npm i -g mermaid-filter
- uses: docker://pandoc/latex:2.9
with:
args: sh build-resources-with-pandoc.sh
Expand Down
2 changes: 0 additions & 2 deletions build-resources-with-pandoc.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
npm i -g mermaid-filter

ROOT_DIR=`pwd`
CSS_PATH="${ROOT_DIR}/documents/common/pandoc_styles/css/style.css"
STYLE_DOCX_PATH="${ROOT_DIR}/documents/common/pandoc_styles/スタイル.docx"
Expand Down

0 comments on commit 810dc90

Please sign in to comment.