Skip to content

Commit c6f8bff

Browse files
committed
Update
1 parent 570cba9 commit c6f8bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
--shm-size=2gb \
9090
--name="${container_name}" \
9191
-v "${GITHUB_WORKSPACE}:/var/lib/workspace" \
92-
-v "${GITHUB_WORKSPACE}/.git:/var/lib/workspace/.git" \ # Mount the .git directory
92+
-v "${GITHUB_WORKSPACE}/.git:/var/lib/workspace/.git" \
9393
-w /var/lib/workspace \
9494
"${DOCKER_IMAGE}"
9595
)

0 commit comments

Comments
 (0)