Skip to content

Commit e6d1e92

Browse files
hyangahgopherbot
authored andcommitted
.github/workflows: fix wiki.yml
tools/docs2wiki is moved to ./extension directory. For #3122 Change-Id: I6cc21764b707b0577765aef1c06718fdd494f460 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/556857 Run-TryBot: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]> Commit-Queue: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]>
1 parent 5557e74 commit e6d1e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Push to wiki
4444
run: |
4545
cd vscode-go
46-
go run ./tools/docs2wiki -w ./docs
46+
go run -C extension ./tools/docs2wiki -w ../docs
4747
cd ..
4848
cd wiki
4949
rm -r ./* && cp -r ../vscode-go/docs/* .

0 commit comments

Comments
 (0)