diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f4cb612..7110434 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -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