Update go.yml
This commit is contained in:
parent
1b67499da1
commit
2ba5de6636
1 changed files with 4 additions and 6 deletions
10
.github/workflows/go.yml
vendored
10
.github/workflows/go.yml
vendored
|
|
@ -38,11 +38,9 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Create docs
|
||||
uses: actions/apidoc@v1
|
||||
with:
|
||||
input: /
|
||||
output: docs
|
||||
run: |
|
||||
npm install apidoc -g
|
||||
apidoc -i / -o apidoc
|
||||
|
||||
- name: List docs
|
||||
run: ls -l docs
|
||||
|
||||
run: ls -l apidoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue