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
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Create docs
|
- name: Create docs
|
||||||
uses: actions/apidoc@v1
|
run: |
|
||||||
with:
|
npm install apidoc -g
|
||||||
input: /
|
apidoc -i / -o apidoc
|
||||||
output: docs
|
|
||||||
|
|
||||||
- name: List docs
|
- name: List docs
|
||||||
run: ls -l docs
|
run: ls -l apidoc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue