File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
build :
13
- timeout-minutes : 20
13
+ timeout-minutes : 25
14
14
runs-on : ubuntu-latest
15
15
name : Build documentation
16
16
steps :
30
30
run : dotnet restore DisCatSharp.sln
31
31
- name : Build library
32
32
run : dotnet build -c Release --no-restore -v minimal -f net7.0 DisCatSharp.sln
33
+ timeout-minutes : 7
33
34
continue-on-error : true
34
35
- name : Add Custom Plugins
35
36
run : cp -R DisCatSharp.Docs/dcs/plugins/* /home/runner/.dotnet/tools/.store/docfx/2.67.0/docfx/2.67.0/tools/net7.0/any/
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
build :
15
- timeout-minutes : 15
15
+ timeout-minutes : 20
16
16
runs-on : ubuntu-latest
17
17
name : Build documentation
18
18
steps :
31
31
run : dotnet restore DisCatSharp.sln
32
32
- name : Build library
33
33
run : dotnet build -c Release -v minimal -f net7.0 --no-restore DisCatSharp.sln
34
- timeout-minutes : 3
34
+ timeout-minutes : 7
35
35
continue-on-error : true
36
36
- name : Add Custom Plugins
37
37
run : cp -R DisCatSharp.Docs/dcs/plugins/* /home/runner/.dotnet/tools/.store/docfx/2.67.0/docfx/2.67.0/tools/net7.0/any/
You can’t perform that action at this time.
0 commit comments