Skip to content

Commit 4f01e83

Browse files
committed
More tmate giving-up
1 parent e30c3c1 commit 4f01e83

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci-nix.yaml

+7-6
Original file line numberDiff line numberDiff line change
@@ -331,11 +331,17 @@ jobs:
331331
pattern: benchmarks-*
332332
merge-multiple: true
333333

334+
- name: Setup tmate session
335+
uses: mxschmitt/action-tmate@v3
336+
with:
337+
limit-access-to-actor: true
338+
334339
- name: 📥 Download haddock documentation
335340
uses: actions/download-artifact@v4
341+
working-directory: docs
336342
with:
337343
name: haddocks
338-
path: docs/static/haddock
344+
path: static/haddock
339345

340346
- name: 📥 Download test results
341347
uses: actions/download-artifact@v4
@@ -350,11 +356,6 @@ jobs:
350356
name: hydra-spec
351357
path: docs/static/
352358

353-
- name: Setup tmate session
354-
uses: mxschmitt/action-tmate@v3
355-
with:
356-
limit-access-to-actor: true
357-
358359
- name: 📚 Documentation sanity check
359360
working-directory: docs
360361
run: |

0 commit comments

Comments
 (0)