File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments