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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue