We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf2218 commit d104acfCopy full SHA for d104acf
.github/workflows/push.yml
@@ -87,6 +87,7 @@ jobs:
87
with:
88
image: doubtfire-api-development:local
89
options: >
90
+ -it
91
-v ${{ github.workspace }}:/doubtfire
92
-v /var/run/docker.sock:/var/run/docker.sock
93
run: docker exec -it ${{ env.LATEX_CONTAINER_NAME }} lualatex -v
@@ -123,7 +124,7 @@ jobs:
123
124
125
126
- -t
127
128
129
-v ${{ github.workspace }}/student-work:/student-work
130
0 commit comments