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 322d199 commit 24a07f0Copy full SHA for 24a07f0
.github/workflows/docs.yaml
@@ -19,8 +19,7 @@ jobs:
19
repository: ${{ github.event.pull_request.head.repo.full_name }}
20
ref: ${{ github.event.pull_request.head.ref }}
21
- run: |
22
- export GOROOT=$HOME/go
23
- export PATH=$PATH:$GOROOT/bin
+ export PATH=$PATH:/home/runner/go/bin
24
make docs
25
- name: Commit changes
26
uses: EndBug/[email protected]
0 commit comments