Skip to content

Commit 437be99

Browse files
author
Susan Vanderplas
committed
Run in debug mode
1 parent 1928440 commit 437be99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Run inside the container against the mounted repo
6161
- name: Render & publish
6262
run: |
63-
docker run --rm \
63+
docker run --debug --rm \
6464
-v "${{ github.workspace }}:/project" \
6565
-v "${HOME}/.local/share/renv:/root/.local/share/renv" \
6666
-v "${HOME}/.cache/pip:/root/.cache/pip" \

0 commit comments

Comments
 (0)