Update go.yml
This commit is contained in:
parent
b7dcae4837
commit
9e99ac28d8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
|
@ -42,8 +42,8 @@ jobs:
|
|||
|
||||
- name: Create docs
|
||||
run: |
|
||||
npm install -g apidoc
|
||||
apidoc -i / -o apidocs
|
||||
npm install apidoc
|
||||
apidoc -i . -o apidocs
|
||||
|
||||
- name: List docs
|
||||
run: ls -l apidocs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue