fixed jsvm docs path

This commit is contained in:
Gani Georgiev 2023-07-11 18:19:33 +03:00
parent ede67dbc20
commit d0a68da7e7
1 changed files with 1 additions and 1 deletions

View File

@ -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