From 94c7ccea603a9348592687e92c72a2da3b7d55bc Mon Sep 17 00:00:00 2001 From: Cubicroot Date: Fri, 1 Oct 2021 18:22:48 +0200 Subject: [PATCH] debug --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) 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