Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 25, 2024
1 parent fd60fd0 commit 35301b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/setup-node@v4
- uses: docker://pandoc/latex:2.19
with:
entrypoint: "build-resources-with-pandoc.sh"
entrypoint: "/bin/sh"
args: "./build-resources-with-pandoc.sh"
- name: Install Packages
run: |
npm i -f
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-build-resources-with-pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: actions/setup-node@v4
- uses: docker://pandoc/latex:2.19
with:
entrypoint: "build-resources-with-pandoc.sh"
entrypoint: "/bin/sh"
args: "./build-resources-with-pandoc.sh"
- name: Archive resources
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 35301b5

Please sign in to comment.