Skip to content

Commit d0b3ee4

Browse files
committed
only generate docs, don't compile (takes too long)
1 parent 20f2143 commit d0b3ee4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/generate-go-docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
echo "Processing folder: $folder"
7070
generate-go-function-docs diff -b ${{ github.event.pull_request.base.sha }} -c ${{ github.event.pull_request.head.sha }} -g chatgpt -f "$folder"
7171
cd "$folder"
72-
echo "Checking if code still compiles"
73-
go build ./...
7472
cd -
7573
done
7674

0 commit comments

Comments
 (0)