Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Dec 25, 2024
1 parent da2676e commit 71dc623
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 @@ -13,7 +13,7 @@ jobs:
- uses: docker://pandoc/latex:2.9
with:
args: |
build-resources-with-pandoc.sh
sh build-resources-with-pandoc.sh
- name: Install Packages
run: |
npm i -f
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 @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-node@v4
- uses: docker://pandoc/latex:2.9
with:
args: build-resources-with-pandoc.sh
args: sh build-resources-with-pandoc.sh
- name: Archive resources
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 71dc623

Please sign in to comment.