remove apidoc from actions
This commit is contained in:
parent
de6a0706d0
commit
f1b955db94
1 changed files with 0 additions and 17 deletions
17
.github/workflows/go.yml
vendored
17
.github/workflows/go.yml
vendored
|
|
@ -31,20 +31,3 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
run: go test -v ./...
|
||||
|
||||
apidoc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Create docs
|
||||
run: |
|
||||
npm install apidoc
|
||||
which apidoc
|
||||
apidoc -i . -o apidocs
|
||||
|
||||
- name: List docs
|
||||
run: ls -l apidocs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue