Skip to content

Commit

Permalink
๐Ÿ“ docs : API ๋ฌธ์„œ ํ†ตํ•ฉ - YML
Browse files Browse the repository at this point in the history
  • Loading branch information
DDonghyeo authored May 9, 2024
1 parent 5c6e314 commit ab0c33a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
- uses: actions/checkout@v3
with:
ref: docs/#44


#Setting yml
- name: make application.yml
run: |
touch ./noti-service/src/main/resources/bootstrap.yml
echo "${{ secrets.NOTI_APPLICATION_YML }}" > ./bootstrap.yml
#Java Set up
- name: Set up JDK 17
Expand Down

0 comments on commit ab0c33a

Please sign in to comment.