Update go.yml

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

View file

@ -42,8 +42,8 @@ jobs:
- name: Create docs - name: Create docs
run: | run: |
npm install -g apidoc npm install apidoc
apidoc -i / -o apidocs apidoc -i . -o apidocs
- name: List docs - name: List docs
run: ls -l apidocs run: ls -l apidocs