Skip to content

Commit aa1d89d

Browse files
committed
add permittion
1 parent d04fe73 commit aa1d89d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/GHPages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
# pandoc/latexのentrypointはpandocコマンドになっているため、usersディレクティブは使用不可
1414
- name: Pull pandoc/latex image
1515
run: docker pull pandoc/latex:3.6
16+
- name: Add execute permission to script
17+
run: chmod +x ./build-resources-with-pandoc.sh
1618
- name: Run pandoc/latex with custom entrypoint
1719
run: |
1820
docker run --entrypoint /bin/ash -v ${{ github.workspace }}:/workspace -w /workspace pandoc/latex:3.6 -c "./build-resources-with-pandoc.sh"

.github/workflows/test-build-resources-with-pandoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
# pandoc/latexのentrypointはpandocコマンドになっているため、usersディレクティブは使用不可
1818
- name: Pull pandoc/latex image
1919
run: docker pull pandoc/latex:3.6
20+
- name: Add execute permission to script
21+
run: chmod +x ./build-resources-with-pandoc.sh
2022
- name: Run pandoc/latex with custom entrypoint
2123
run: |
2224
docker run --entrypoint /bin/ash -v ${{ github.workspace }}:/workspace -w /workspace pandoc/latex:3.6 -c "./build-resources-with-pandoc.sh"

0 commit comments

Comments
 (0)