mirror of
https://github.com/pushbits/server.git
synced 2025-05-03 20:26:23 +02:00
debug
This commit is contained in:
parent
54d3cef46a
commit
94c7ccea60
1 changed files with 2 additions and 0 deletions
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -20,6 +20,8 @@ jobs:
|
|||
ref: ${{ github.head_ref }}
|
||||
- name: Install swag
|
||||
run: go install github.com/swaggo/swag/cmd/swag
|
||||
- name: debug
|
||||
run: cd / && find * | grep swag
|
||||
- name: Install redoc
|
||||
run: sudo apt install npm && sudo npm install redoc
|
||||
- name: Build the api documentation
|
||||
|
|
Loading…
Add table
Reference in a new issue