Skip to content

Commit 31ce320

Browse files
committed
do not run container interactively
1 parent 5c5f459 commit 31ce320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Compress PDF
2424
run: >
25-
docker run -v "$PWD:/workdir" --rm -it ptspts/pdfsizeopt
25+
docker run --rm -v "$PWD:/workdir" ptspts/pdfsizeopt
2626
pdfsizeopt cv-gboeing.pdf cv-gboeing.pdf
2727
2828
- name: Configure AWS credentials

0 commit comments

Comments
 (0)