Update go.yml
This commit is contained in:
parent
7c3bb1638b
commit
b7dcae4837
1 changed files with 3 additions and 3 deletions
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue