Skip to content

Commit

Permalink
Deploy: 디렉토리/파일 인식하도록 체크아웃 워크 플로우 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
KimChanJin97 committed Sep 29, 2024
1 parent 16799a4 commit 2ce3c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout source code
uses: actions/checkout@v3

- name: Get Github Actions IP
id: ip
uses: haythem/[email protected]
Expand Down

0 comments on commit 2ce3c46

Please sign in to comment.