Skip to content

Commit e2f4f3e

Browse files
authored
Merge branch 'master' into doc-fixes
2 parents 520ddaa + 5d3091e commit e2f4f3e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ jobs:
1818
with:
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}
2020
ref: ${{ github.event.pull_request.head.ref }}
21-
- run: make docs
21+
- run: |
22+
export GOROOT=$HOME/go
23+
export PATH=$PATH:$GOROOT/bin
24+
make docs
2225
- name: Commit changes
2326
uses: EndBug/[email protected]
2427
with:

0 commit comments

Comments
 (0)