Skip to content

Commit fe773c6

Browse files
committed
fix: path duplication in docs ci/cd
1 parent 13488ef commit fe773c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/project-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: go install github.com/swaggo/swag/cmd/swag@latest
4141

4242
- name: Generate API documentation
43-
run: swag init -g cmd/server/main.go -o web/project-site/public/api --outputTypes json --dir cmd,internal
43+
run: swag init -g server/main.go -o web/project-site/public/api --outputTypes json --dir cmd,internal
4444

4545
- name: Install dependencies
4646
working-directory: web/project-site

0 commit comments

Comments
 (0)