Skip to content

Commit e63d2d9

Browse files
committed
[-] fix links prefix in developers docs
1 parent 56a11ac commit e63d2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
run: go install github.com/johnstarich/go/[email protected]
161161

162162
- name: Build Developer Docs
163-
run: gopages -out "docs/godoc" -base "/godoc" -internal
163+
run: gopages -out "docs/godoc" -base "/devel/godoc" -internal
164164

165165
- name: Set up Python
166166
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)