Update go.yml

This commit is contained in:
Peter Rounce 2023-02-07 15:53:44 +00:00 committed by GitHub
parent 7c3bb1638b
commit b7dcae4837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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