diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 33ed1d9..e742150 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -38,11 +38,9 @@ jobs: - uses: actions/checkout@v3 - name: Create docs - uses: actions/apidoc@v1 - with: - input: / - output: docs + run: | + npm install apidoc -g + apidoc -i / -o apidoc - name: List docs - run: ls -l docs - + run: ls -l apidoc