Skip to content

Commit b999dcd

Browse files
committed
Fixing claat path
1 parent d8d95e6 commit b999dcd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
# Step to Install claat
26+
# Install claat tool
2727
- name: Install claat tool
2828
run: go install github.com/googlecodelabs/tools/claat@latest
29+
env:
30+
GOPATH: ${{ runner.temp }}/go
31+
32+
# Ensure claat is in PATH
33+
- name: Add claat to PATH
34+
run: echo "${{ runner.temp }}/go/bin" >> $GITHUB_PATH
2935

3036
# Step to Generate CodeLab HTML Files
3137
- name: Generate CodeLabs content

0 commit comments

Comments
 (0)