We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1928440 commit 437be99Copy full SHA for 437be99
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
# Run inside the container against the mounted repo
61
- name: Render & publish
62
run: |
63
- docker run --rm \
+ docker run --debug --rm \
64
-v "${{ github.workspace }}:/project" \
65
-v "${HOME}/.local/share/renv:/root/.local/share/renv" \
66
-v "${HOME}/.cache/pip:/root/.cache/pip" \
0 commit comments