Skip to content

Commit 24a07f0

Browse files
authored
Update docs.yaml
1 parent 322d199 commit 24a07f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
- run: |
22-
export GOROOT=$HOME/go
23-
export PATH=$PATH:$GOROOT/bin
22+
export PATH=$PATH:/home/runner/go/bin
2423
make docs
2524
- name: Commit changes
2625
uses: EndBug/add-and-commit@v9.1.1

0 commit comments

Comments
 (0)