File tree 2 files changed +1
-13
lines changed
2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
-
8
7
jobs :
9
8
publish :
10
9
name : Publish to retype branch
11
-
12
10
runs-on : ubuntu-latest
13
-
14
11
permissions :
15
12
contents : write
16
-
17
13
steps :
18
14
- uses : actions/checkout@v4
19
-
20
15
- uses : actions/setup-dotnet@v1
21
16
with :
22
17
dotnet-version : 7.0.x
23
-
24
18
- uses : retypeapp/action-build@latest
25
-
26
19
- uses : retypeapp/action-github-pages@latest
27
20
with :
28
21
update-branch : true
Original file line number Diff line number Diff line change 1
1
input : .
2
2
output : .retype
3
- poweredByRetype : false
4
- breadcrumb :
5
- enabled : true # Enabled by default on Pro projects
6
- home : Home # Custom label for the first item
7
- home : " :icon-home:" # or, use an icon
8
- separator : " |" # Custom item separator
3
+ url : docs.jetrails.com
9
4
branding :
10
5
title : AutoPilot Docs
11
6
footer :
You can’t perform that action at this time.
0 commit comments