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 ae68583 commit 3b11fa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/GHPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
- uses: actions/setup-node@v4
- uses: docker://pandoc/latex:2.14
with:
args: |
sh build-resources-with-pandoc.sh
args: "&& 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.14
with:
args: sh 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 3b11fa3

Please sign in to comment.