diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1dab16b..aebbfc6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -43,6 +43,7 @@ jobs: - name: Create docs run: | npm install apidoc + which apidoc apidoc -i . -o apidocs - name: List docs