Skip to content

Commit

Permalink
use pandoc 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 25, 2024
1 parent 399918a commit ae68583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: docker://pandoc/latex:2.9
- uses: docker://pandoc/latex:2.14
with:
args: |
sh build-resources-with-pandoc.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-resources-with-pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: docker://pandoc/latex:2.9
- uses: docker://pandoc/latex:2.14
with:
args: sh build-resources-with-pandoc.sh
- name: Archive resources
Expand Down

0 comments on commit ae68583

Please sign in to comment.