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