1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-03-18 21:57:50 +02:00

fixed jsvm docs path

This commit is contained in:
Gani Georgiev 2023-07-11 18:19:33 +03:00
parent ede67dbc20
commit d0a68da7e7

View File

@ -32,7 +32,7 @@ jobs:
# Similar to the above, the jsvm docs are pregenerated locally
# but its here to ensure that it wasn't forgotten to be executed.
- 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
# https://github.com/golangci/golangci-lint/issues/2649