Skip to content

Commit

Permalink
feat : copySwagger ui 를 별도 명령어로 뺌.
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNM authored Oct 22, 2023
1 parent 0726bc2 commit 5cc4812
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/BuildApiServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew build :HIGOODS-Api:build --no-daemon
run: ./gradlew :HIGOODS-Api:copySwaggerUI --no-daemon

- name: Execute Gradle build
run: ./gradlew :HIGOODS-Api:build --no-daemon

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 5cc4812

Please sign in to comment.