Skip to content

Commit

Permalink
Update make-swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored May 3, 2024
2 parents e6c54e2 + 9214123 commit ccb0c07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/make-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Update Swagger doc
run: |
cd pkg/
make swag
# - name: Commit generated Swagger docs
Expand All @@ -43,7 +42,7 @@ jobs:

- name: Force-Add Swagger doc files
run: |
cd pkg/api/rest/docs/
cd api/
git add -f -v docs.go swagger.json swagger.yaml
- name: Create Pull Request
Expand Down

0 comments on commit ccb0c07

Please sign in to comment.