mirror of
https://github.com/pushbits/server.git
synced 2025-07-24 03:47:54 +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:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- name: Install swag
|
- 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
|
- name: Install redoc
|
||||||
run: sudo apt install npm && sudo npm install redoc
|
run: sudo apt install npm && sudo npm install redoc
|
||||||
- name: Build the api documentation
|
- name: Build the api documentation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue