File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -331,11 +331,17 @@ jobs:
331
331
pattern : benchmarks-*
332
332
merge-multiple : true
333
333
334
+ - name : Setup tmate session
335
+ uses : mxschmitt/action-tmate@v3
336
+ with :
337
+ limit-access-to-actor : true
338
+
334
339
- name : 📥 Download haddock documentation
335
340
uses : actions/download-artifact@v4
341
+ working-directory : docs
336
342
with :
337
343
name : haddocks
338
- path : docs/ static/haddock
344
+ path : static/haddock
339
345
340
346
- name : 📥 Download test results
341
347
uses : actions/download-artifact@v4
@@ -350,11 +356,6 @@ jobs:
350
356
name : hydra-spec
351
357
path : docs/static/
352
358
353
- - name : Setup tmate session
354
- uses : mxschmitt/action-tmate@v3
355
- with :
356
- limit-access-to-actor : true
357
-
358
359
- name : 📚 Documentation sanity check
359
360
working-directory : docs
360
361
run : |
You can’t perform that action at this time.
0 commit comments