File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -767,6 +767,7 @@ jobs:
767
767
examples-contract-build-riscv :
768
768
runs-on : ubuntu-latest
769
769
needs : [set-image]
770
+ # todo
770
771
# needs: [set-image, build-std, build-riscv]
771
772
defaults :
772
773
run :
Original file line number Diff line number Diff line change 21
21
- name : Checkout
22
22
uses : actions/checkout@v4
23
23
with :
24
- fetch-depth : 100
24
+ fetch-depth : 1
25
25
26
26
- name : Download Docs
27
27
uses : ./.github/download-artifact
Original file line number Diff line number Diff line change @@ -15,11 +15,16 @@ jobs:
15
15
permissions :
16
16
pull-requests : write
17
17
runs-on : ubuntu-latest
18
- timeout-minutes : 5
18
+ timeout-minutes : 10
19
19
if : >
20
20
github.event.workflow_run.event == 'pull_request' &&
21
21
github.event.workflow_run.conclusion == 'success'
22
22
steps :
23
+ - name : Checkout
24
+ uses : actions/checkout@v4
25
+ with :
26
+ fetch-depth : 1
27
+
23
28
- name : Download Master Contract Sizes
24
29
uses : ./.github/download-artifact
25
30
with :
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ See [here](https://use-ink.github.io/ink/ink/attr.contract.html) for a more deta
75
75
76
76
## Developer Documentation
77
77
78
- We have [ a very comprehensive documentation portal] ( https://use.ink ) ,
78
+ We have [ a comprehensive documentation portal] ( https://use.ink ) ,
79
79
but if you are looking for the crate level documentation itself, then these are
80
80
the relevant links:
81
81
You can’t perform that action at this time.
0 commit comments