We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a11ac commit e63d2d9Copy full SHA for e63d2d9
.github/workflows/build.yml
@@ -160,7 +160,7 @@ jobs:
160
run: go install github.com/johnstarich/go/[email protected]
161
162
- name: Build Developer Docs
163
- run: gopages -out "docs/godoc" -base "/godoc" -internal
+ run: gopages -out "docs/godoc" -base "/devel/godoc" -internal
164
165
- name: Set up Python
166
uses: actions/setup-python@v5
0 commit comments