Update go.yml

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

View file

@ -43,6 +43,7 @@ jobs:
- name: Create docs - name: Create docs
run: | run: |
npm install apidoc npm install apidoc
which apidoc
apidoc -i . -o apidocs apidoc -i . -o apidocs
- name: List docs - name: List docs