mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 10:16:50 +02:00
remove go 1.16 feature.
This commit is contained in:
parent
b940b159a9
commit
afa4a9f866
1 changed files with 1 additions and 1 deletions
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- name: Install swag
|
||||
run: go install github.com/swaggo/swag/cmd/swag@latest
|
||||
run: go install github.com/swaggo/swag/cmd/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