Skip to content

Commit

Permalink
๐Ÿ“ docs: CI/CD ์Šคํฌ๋ฆฝํŠธ ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 committed Jan 5, 2024
1 parent cbccbe9 commit cc2faf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: ๋นŒ๋“œ
run: |
chmod +x gradlew
./gradlew build
./gradlew clean build
working-directory: ${{ env.working-directory }}
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: ๋นŒ๋“œ
run: |
chmod +x gradlew
./gradlew build
./gradlew clean build
working-directory: ${{ env.working-directory }}
shell: bash

0 comments on commit cc2faf5

Please sign in to comment.