Skip to content

Commit db173a9

Browse files
committed
Updating retype config
1 parent 0516ce8 commit db173a9

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/retype-action.yml

-7
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,18 @@ on:
44
push:
55
branches:
66
- master
7-
87
jobs:
98
publish:
109
name: Publish to retype branch
11-
1210
runs-on: ubuntu-latest
13-
1411
permissions:
1512
contents: write
16-
1713
steps:
1814
- uses: actions/checkout@v4
19-
2015
- uses: actions/setup-dotnet@v1
2116
with:
2217
dotnet-version: 7.0.x
23-
2418
- uses: retypeapp/action-build@latest
25-
2619
- uses: retypeapp/action-github-pages@latest
2720
with:
2821
update-branch: true

retype.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
input: .
22
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
94
branding:
105
title: AutoPilot Docs
116
footer:

0 commit comments

Comments
 (0)