Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
小滋润 committed Nov 12, 2024
1 parent 79fcf44 commit be8d6d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/common-test-and-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
secrets:
CODECOV_TOKEN:
required: true
permissions:
contents: read

jobs:
test-and-update-docs:
Expand Down Expand Up @@ -85,7 +87,6 @@ jobs:

- name: Update docs
run: |
sudo rm -r -f ./docker/data
go install github.com/swaggo/swag/cmd/swag@latest
swag init -p pascalcase
Expand Down

0 comments on commit be8d6d7

Please sign in to comment.