Skip to content

Commit

Permalink
Update PUBLISH_DOCUMENTATION.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
x-0o0 authored Oct 16, 2023
1 parent 2ebec6d commit a333eec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/PUBLISH_DOCUMENTATION.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
steps:
- name: 체크아웃 🛎️
uses: actions/checkout@v3
- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1 # xcode 버전 설정을 위함
with:
xcode-version: '15.0'
- name: DocC 문서 빌드
run: |
xcodebuild docbuild -scheme PackageDocCExample \
Expand Down

0 comments on commit a333eec

Please sign in to comment.