This commit is contained in:
Cubicroot 2021-10-01 18:22:48 +02:00
parent 54d3cef46a
commit 94c7ccea60

View file

@ -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