fixed jsvm docs path
This commit is contained in:
parent
ede67dbc20
commit
d0a68da7e7
|
@ -32,7 +32,7 @@ jobs:
|
||||||
# Similar to the above, the jsvm docs are pregenerated locally
|
# Similar to the above, the jsvm docs are pregenerated locally
|
||||||
# but its here to ensure that it wasn't forgotten to be executed.
|
# but its here to ensure that it wasn't forgotten to be executed.
|
||||||
- name: Generate jsvm types
|
- name: Generate jsvm types
|
||||||
run: go run ./plugins/jsvm/internal/docs.go
|
run: go run ./plugins/jsvm/internal/docs/docs.go
|
||||||
|
|
||||||
# The prebuilt golangci-lint doesn't support go 1.18+ yet
|
# The prebuilt golangci-lint doesn't support go 1.18+ yet
|
||||||
# https://github.com/golangci/golangci-lint/issues/2649
|
# https://github.com/golangci/golangci-lint/issues/2649
|
||||||
|
|
Loading…
Reference in New Issue