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 5e537b2 commit 8d3cfe7
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 @@ -29,7 +29,7 @@ jobs:
sudo chmod +x /usr/local/bin/docker-compose
- name: Copy config.yaml
run: cp .github/workflows/config.yaml config.yaml
run: cp -f .github/workflows/config.yaml config.yaml

- name: Start mysql
run: |
Expand Down Expand Up @@ -85,6 +85,7 @@ jobs:

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

0 comments on commit 8d3cfe7

Please sign in to comment.