Skip to content

Commit 0b958fc

Browse files
authored
Update docc.yml
1 parent 25ba7d9 commit 0b958fc

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/docc.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,17 @@ jobs:
1616
url: ${{ steps.deployment.outputs.page_url }}
1717
runs-on: macos-12
1818
steps:
19-
- name: git checkout
20-
uses: actions/checkout@v3
19+
- uses: actions/checkout@v3
20+
- name: Xcode Setup
21+
uses: maxim-lobanov/setup-xcode@v1
22+
with:
23+
xcode-version: "14.1"
24+
- name: Development dependencies
25+
run: brew bundle
26+
- name: Development scripts build
27+
run: swish -b
28+
- name: Generate project
29+
run: swish xcodeproj
2130
- name: docbuild
2231
run: |
2332
xcodebuild docbuild -scheme base \

0 commit comments

Comments
 (0)