Skip to content

Commit

Permalink
should work
Browse files Browse the repository at this point in the history
  • Loading branch information
shikharish committed Jan 5, 2024
1 parent 5ef3fe1 commit 67c30a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/swagger_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
git merge -S 'origin/${{ github.ref_name }}'
- name: Generate swagger.yaml and exit if no changes
run: swag init --parseDependency --parseInternal -g cmd/backend.go --ot yaml
run: |
go mod download
go mod tidy
swag init --parseDependency --parseInternal -g cmd/backend.go --ot yaml
- name: Generate the html doc
run: |
Expand Down

0 comments on commit 67c30a8

Please sign in to comment.