remove apidoc from actions

This commit is contained in:
Peter Rounce 2023-02-07 16:07:00 +00:00 committed by GitHub
parent de6a0706d0
commit f1b955db94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,20 +31,3 @@ jobs:
- name: Test
run: go test -v ./...
apidoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Create docs
run: |
npm install apidoc
which apidoc
apidoc -i . -o apidocs
- name: List docs
run: ls -l apidocs