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