diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3cb0efb..1dab16b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -42,8 +42,8 @@ jobs: - name: Create docs run: | - npm install -g apidoc - apidoc -i / -o apidocs + npm install apidoc + apidoc -i . -o apidocs - name: List docs run: ls -l apidocs